Searched refs:GrpcRootServer (Results 1 – 3 of 3) sorted by relevance
145 struct GrpcRootServer::impl {151 GrpcRootServer::GrpcRootServer() : pimpl_(new impl()) {} in GrpcRootServer() function in bluetooth::facade::GrpcRootServer153 GrpcRootServer::~GrpcRootServer() = default;155 void GrpcRootServer::StartServer(const std::string& address, int grpc_root_server_port, int grpc_po… in StartServer()170 void GrpcRootServer::StopServer() { in StopServer()176 void GrpcRootServer::RunGrpcLoop() { in RunGrpcLoop()
27 class GrpcRootServer {29 GrpcRootServer();30 ~GrpcRootServer();
54 ::bluetooth::facade::GrpcRootServer grpc_root_server;