Searched refs:other_service (Results 1 – 1 of 1) sorted by relevance
243 const std::shared_ptr<TestService>& other_service) in TestService() argument244 : TestService(name, other_service, false) {} in TestService()247 const std::shared_ptr<TestService>& other_service, bool blocking) in TestService() argument250 other_service_(other_service), in TestService()544 auto other_service = TestService::Create(kTestService1); in TEST_F() local545 ASSERT_NE(nullptr, other_service); in TEST_F()546 ASSERT_EQ(0, dispatcher_->AddService(other_service)); in TEST_F()549 auto service = TestService::Create(kTestService2, other_service); in TEST_F()