Searched defs:EmptyService (Results 1 – 6 of 6) sorted by relevance
22 service EmptyService { service
7 class EmptyService class
31 class EmptyService class
72 class EmptyService : public Service { class74 constexpr EmptyService() : Service(200, methods_) {} in EmptyService() function in pw::rpc::__anonc971e7bf0111::EmptyService
60 TEST(LocalServiceManagerTest, EmptyService) { in TEST() argument