Searched refs:service_a (Results 1 – 1 of 1) sorted by relevance
124 auto service_a = ServiceList::GetInstance().FindService("A"); in TEST_F() local125 ASSERT_NE(nullptr, service_a); in TEST_F()129 ASSERT_RESULT_OK(service_a->Start()); in TEST_F()130 ASSERT_TRUE(service_a->IsRunning()); in TEST_F()148 EXPECT_FALSE(service_a->IsRunning()); in TEST_F()164 auto service_a = ServiceList::GetInstance().FindService("A"); in TEST_F() local165 ASSERT_NE(nullptr, service_a); in TEST_F()169 ASSERT_RESULT_OK(service_a->Start()); in TEST_F()170 ASSERT_TRUE(service_a->IsRunning()); in TEST_F()188 EXPECT_FALSE(service_a->IsRunning()); in TEST_F()