Searched defs:StartServer (Results 1 – 6 of 6) sorted by relevance
68 …async def StartServer(self, request: StartServerRequest, context: grpc.ServicerContext) -> StartSe… member in RFCOMMService
39 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer() function in bluetooth::grpc::GrpcModule
155 void GrpcRootServer::StartServer(const std::string& address, int grpc_root_server_port, int grpc_po… in StartServer() function in bluetooth::facade::GrpcRootServer
10 rpc StartServer(StartServerRequest) returns (StartServerResponse); rpc
190 async def StartServer(self, request: rfcomm_pb2.StartServerRequest, member in RFCOMMService
73 int StartServer() { in StartServer() function in rootcanal::AsyncManagerSocketTest