Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/facade/
Dgrpc_root_server.cc47 class RootFacadeService : public ::blueberry::facade::RootFacade::Service { class
49 explicit RootFacadeService(int grpc_port) : grpc_port_(grpc_port) {} in RootFacadeService() function in bluetooth::facade::RootFacadeService
147 std::unique_ptr<RootFacadeService> root_facade_service_ = nullptr;
162 pimpl_->root_facade_service_ = std::make_unique<RootFacadeService>(grpc_port); in StartServer()