Home
last modified time | relevance | path

Searched refs:GrpcRootServer (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/facade/
Dgrpc_root_server.cc145 struct GrpcRootServer::impl {
151 GrpcRootServer::GrpcRootServer() : pimpl_(new impl()) {} in GrpcRootServer() function in bluetooth::facade::GrpcRootServer
153 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()
Dgrpc_root_server.h27 class GrpcRootServer {
29 GrpcRootServer();
30 ~GrpcRootServer();
Dfacade_main.cc54 ::bluetooth::facade::GrpcRootServer grpc_root_server;