/system/connectivity/wificond/ |
D | server.cpp | 57 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 …]
|
D | server.h | 44 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);
|
D | main.cpp | 127 unique_ptr<android::wificond::Server> server(new android::wificond::Server( in main()
|
/system/bt/doc/ |
D | supported_features.md | 9 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/ |
D | gatt_server_old.h | 67 class Server { 69 Server(); 70 ~Server();
|
D | gatt_server_old.cc | 529 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/ |
D | system_server.te | 2 # System Server aka system_server spawned by zygote.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | system_server.te | 2 # System Server aka system_server spawned by zygote.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | system_server.te | 2 # System Server aka system_server spawned by zygote.
|
/system/sepolicy/public/ |
D | system_server.te | 2 # System Server aka system_server spawned by zygote.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | system_server.te | 2 # System Server aka system_server spawned by zygote.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | system_server.te | 2 # System Server aka system_server spawned by zygote.
|
/system/bt/gd/facade/ |
D | grpc_root_server.h | 37 std::unique_ptr<::grpc::Server> server_ = nullptr;
|
/system/bt/gd/docs/testing/ |
D | cert_test.md | 22 **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/ |
D | pairing_connection.cpp | 75 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/ |
D | grpc_module.h | 56 std::unique_ptr<::grpc::Server> server_ = nullptr;
|
D | grpc_module.cc | 21 using ::grpc::Server;
|
/system/core/adb/pairing_auth/ |
D | pairing_auth.cpp | 45 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/ |
D | 4fbd6bfa.0 | 74 … TLS Web Server Authentication, Microsoft Server Gated Crypto, Netscape Server Gated Crypto
|
/system/core/adb/tls/include/adb/tls/ |
D | tls_connection.h | 37 Server, enumerator
|
/system/bt/service/ipc/ |
D | linux_ipc_host.h | 103 std::unordered_map<std::string, std::unique_ptr<bluetooth::gatt::Server>>
|
D | linux_ipc_host.cc | 108 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server); in OnCreateService()
|
/system/core/adb/tls/ |
D | tls_connection.cpp | 64 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/ |
D | tls_connection_test.cpp | 214 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/ |
D | OVERVIEW.TXT | 63 These services run within the ADB Server and thus do not need to 78 1. Client <-> Server protocol:
|