Searched refs:RootFacadeService (Results 1 – 1 of 1) sorted by relevance
47 class RootFacadeService : public ::blueberry::facade::RootFacade::Service { class49 explicit RootFacadeService(int grpc_port) : grpc_port_(grpc_port) {} in RootFacadeService() function in bluetooth::facade::RootFacadeService147 std::unique_ptr<RootFacadeService> root_facade_service_ = nullptr;162 pimpl_->root_facade_service_ = std::make_unique<RootFacadeService>(grpc_port); in StartServer()