Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 25 of 41) sorted by relevance

12

/system/connectivity/wificond/
Dserver.cpp57 Server::Server(unique_ptr<InterfaceTool> if_tool, in Server() function in android::wificond::Server
65 Status Server::RegisterCallback(const sp<IInterfaceEventCallback>& callback) { in RegisterCallback()
77 Status Server::UnregisterCallback(const sp<IInterfaceEventCallback>& callback) { in UnregisterCallback()
92 Status Server::createApInterface(const std::string& iface_name, in createApInterface()
111 Status Server::tearDownApInterface(const std::string& iface_name, in tearDownApInterface()
123 Status Server::createClientInterface(const std::string& iface_name, in createClientInterface()
145 Status Server::tearDownClientInterface(const std::string& iface_name, in tearDownClientInterface()
157 Status Server::tearDownInterfaces() { in tearDownInterfaces()
175 Status Server::GetClientInterfaces(vector<sp<IBinder>>* out_client_interfaces) { in GetClientInterfaces()
183 Status Server::GetApInterfaces(vector<sp<IBinder>>* out_ap_interfaces) { in GetApInterfaces()
[all …]
Dserver.h44 class Server : public android::net::wifi::BnWificond {
46 Server(std::unique_ptr<wifi_system::InterfaceTool> if_tool,
49 ~Server() override = default;
126 DISALLOW_COPY_AND_ASSIGN(Server);
Dmain.cpp127 unique_ptr<android::wificond::Server> server(new android::wificond::Server( in main()
/system/bt/doc/
Dsupported_features.md9 SDP | 4.2 | Server, Client
11 GATT | 4.2 | Client, Server; LE and BR/EDR
12 ATT | 4.2 | Client, Server; LE and BR/EDR
/system/bt/service/
Dgatt_server_old.h67 class Server {
69 Server();
70 ~Server();
Dgatt_server_old.cc529 Server::Server() : internal_(nullptr) {} in Server() function in bluetooth::gatt::Server
531 Server::~Server() {} in ~Server()
533 bool Server::Initialize(const Uuid& service_id, int* gatt_pipe) { in Initialize()
566 bool Server::SetAdvertisement(const std::vector<Uuid>& ids, in SetAdvertisement()
592 bool Server::SetScanResponse(const std::vector<Uuid>& ids, in SetScanResponse()
620 bool Server::AddCharacteristic(const Uuid& id, int properties, in AddCharacteristic()
636 bool Server::AddBlob(const Uuid& id, const Uuid& control_id, int properties, in AddBlob()
659 bool Server::Start() { in Start()
672 bool Server::Stop() { in Stop()
685 bool Server::ScanEnable() { in ScanEnable()
[all …]
/system/sepolicy/prebuilts/api/28.0/public/
Dsystem_server.te2 # System Server aka system_server spawned by zygote.
/system/sepolicy/prebuilts/api/27.0/public/
Dsystem_server.te2 # System Server aka system_server spawned by zygote.
/system/sepolicy/prebuilts/api/26.0/public/
Dsystem_server.te2 # System Server aka system_server spawned by zygote.
/system/sepolicy/public/
Dsystem_server.te2 # System Server aka system_server spawned by zygote.
/system/sepolicy/prebuilts/api/30.0/public/
Dsystem_server.te2 # System Server aka system_server spawned by zygote.
/system/sepolicy/prebuilts/api/29.0/public/
Dsystem_server.te2 # System Server aka system_server spawned by zygote.
/system/bt/gd/facade/
Dgrpc_root_server.h37 std::unique_ptr<::grpc::Server> server_ = nullptr;
/system/bt/gd/docs/testing/
Dcert_test.md22 **gRPC Facade Server** using this protobuf definition. This server executable is
44 **gRPC Facade Server**
54 **gRPC Root Server Port**
58 **gRPC Facade Server Port**
63 : A library or some mechanism that allows the **gRPC Facade Server** to
135 * gRPC Root Server Port: 8896
139 * gRPC Root Server Port: 8897
147 connect to Test Runner listening on this port during Facade Server bring up
148 (`ssh -L`). Both gRPC Root Server Port and gRPC Facade Port need to be
150 Runner can connect to these ports on the Facade Server (`ssh -R`).
/system/core/adb/pairing_connection/
Dpairing_connection.cpp75 Server, enumerator
169 role_ == Role::Server ? tls::TlsConnection::Role::Server in SetupTlsConnection()
444 case Role::Server: in CreatePairingAuthPtr()
479 return CreateConnection(PairingConnectionCtx::Role::Server, pswd, pswd_len, peer_info, in pairing_connection_server_new()
/system/bt/gd/grpc/
Dgrpc_module.h56 std::unique_ptr<::grpc::Server> server_ = nullptr;
Dgrpc_module.cc21 using ::grpc::Server;
/system/core/adb/pairing_auth/
Dpairing_auth.cpp45 Server, enumerator
106 case Role::Server: in PairingAuthCtx()
211 auto* ret = new PairingAuthCtx(PairingAuthCtx::Role::Server, std::move(p)); in pairing_auth_server_new()
/system/ca-certificates/google/files/
D4fbd6bfa.074 … TLS Web Server Authentication, Microsoft Server Gated Crypto, Netscape Server Gated Crypto
/system/core/adb/tls/include/adb/tls/
Dtls_connection.h37 Server, enumerator
/system/bt/service/ipc/
Dlinux_ipc_host.h103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
Dlinux_ipc_host.cc108 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server); in OnCreateService()
/system/core/adb/tls/
Dtls_connection.cpp64 const char* RoleToString() { return role_ == Role::Server ? kServerRoleStr : kClientRoleStr; } in RoleToString()
173 CHECK(role_ == Role::Server); in SetClientCAList()
272 case Role::Server: in DoHandshake()
/system/core/adb/tls/tests/
Dtls_connection_test.cpp214 server_ = TlsConnection::Create(TlsConnection::Role::Server, kTestRsa2048ServerCert, in SetUp()
266 server_ = TlsConnection::Create(TlsConnection::Role::Server, "", in TEST_F()
272 server_ = TlsConnection::Create(TlsConnection::Role::Server, kTestRsa2048ServerCert, in TEST_F()
/system/core/adb/
DOVERVIEW.TXT63 These services run within the ADB Server and thus do not need to
78 1. Client <-> Server protocol:

12