Home
last modified time | relevance | path

Searched defs:StartServer (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Drfcomm.py68 …async def StartServer(self, request: StartServerRequest, context: grpc.ServicerContext) -> StartSe… member in RFCOMMService
/packages/modules/Bluetooth/system/gd/grpc/
Dgrpc_module.cc39 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer() function in bluetooth::grpc::GrpcModule
/packages/modules/Bluetooth/system/gd/facade/
Dgrpc_root_server.cc155 void GrpcRootServer::StartServer(const std::string& address, int grpc_root_server_port, int grpc_po… in StartServer() function in bluetooth::facade::GrpcRootServer
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Drfcomm.proto10 rpc StartServer(StartServerRequest) returns (StartServerResponse); rpc
/packages/modules/Bluetooth/floss/pandora/server/
Drfcomm.py190 async def StartServer(self, request: rfcomm_pb2.StartServerRequest, member in RFCOMMService
/packages/modules/Bluetooth/tools/rootcanal/test/
Dasync_manager_unittest.cc73 int StartServer() { in StartServer() function in rootcanal::AsyncManagerSocketTest