Searched refs:RootFacadeService (Results 1 – 3 of 3) sorted by relevance
60 class RootFacadeService : public ::bluetooth::facade::RootFacade::Service { class62 RootFacadeService(int grpc_port) : grpc_port_(grpc_port) {} in RootFacadeService() function in bluetooth::facade::__anond4fc1bae0111::RootFacadeService163 RootFacadeService* root_facade_service;172 root_facade_service = new RootFacadeService(grpc_port); in StartServer()
18 pub struct RootFacadeService { struct23 impl RootFacadeService { implementation38 impl RootFacade for RootFacadeService { implementation
10 use bluetooth_with_facades::RootFacadeService;58 .register_service(RootFacadeService::create( in async_main()