Searched refs:StartServer (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/facade/ |
D | grpc_root_server.h | 32 void StartServer(const std::string& address, int grpc_root_server_port, int grpc_port);
|
D | grpc_root_server.cc | 111 grpc_module->StartServer("0.0.0.0", grpc_port_); in StartStack() 155 void GrpcRootServer::StartServer(const std::string& address, int grpc_root_server_port, int grpc_po… in StartServer() function in bluetooth::facade::GrpcRootServer
|
D | facade_main.cc | 172 grpc_root_server.StartServer("0.0.0.0", root_server_port, grpc_port); in main()
|
/packages/modules/Bluetooth/system/gd/grpc/ |
D | grpc_module.h | 34 void StartServer(const std::string& address, int port);
|
D | grpc_module.cc | 39 void GrpcModule::StartServer(const std::string& address, int port) { in StartServer() function in bluetooth::grpc::GrpcModule
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | rfcomm.proto | 10 rpc StartServer(StartServerRequest) returns (StartServerResponse); rpc
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | rfcomm.py | 66 self.server = self.rfcomm.StartServer(uuid=self.SPP_UUID, name=self.SERVICE_NAME).server
|
/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | async_manager_unittest.cc | 73 int StartServer() { in StartServer() function in rootcanal::AsyncManagerSocketTest 132 socket_fd_ = StartServer(); in SetUp()
|
/packages/modules/Bluetooth/pandora/server/bumble_experimental/ |
D | rfcomm.py | 68 …async def StartServer(self, request: StartServerRequest, context: grpc.ServicerContext) -> StartSe… member in RFCOMMService
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | rfcomm.py | 190 async def StartServer(self, request: rfcomm_pb2.StartServerRequest, member in RFCOMMService
|