Searched refs:service_b (Results 1 – 1 of 1) sorted by relevance
126 auto service_b = ServiceList::GetInstance().FindService("B"); in TEST_F() local127 ASSERT_NE(nullptr, service_b); in TEST_F()131 ASSERT_RESULT_OK(service_b->Start()); in TEST_F()132 ASSERT_TRUE(service_b->IsRunning()); in TEST_F()149 EXPECT_FALSE(service_b->IsRunning()); in TEST_F()166 auto service_b = ServiceList::GetInstance().FindService("B"); in TEST_F() local167 ASSERT_NE(nullptr, service_b); in TEST_F()171 ASSERT_RESULT_OK(service_b->Start()); in TEST_F()172 ASSERT_TRUE(service_b->IsRunning()); in TEST_F()189 EXPECT_FALSE(service_b->IsRunning()); in TEST_F()