Searched refs:isServiceRunning (Results 1 – 2 of 2) sorted by relevance
50 bool isServiceRunning(const String16& name) { in isServiceRunning() function67 ASSERT_FALSE(isServiceRunning(gServiceNames.at(i))) in SetUp()80 ASSERT_FALSE(isServiceRunning(gServiceNames.at(i))) << "Service failed to shut down."; in TearDown()188 ASSERT_TRUE(isServiceRunning(serviceName)) << "Service shut down when it shouldn't have."; in TEST_F()190 ASSERT_FALSE(isServiceRunning(serviceName)) << "Service failed to shut down."; in TEST_F()206 ASSERT_FALSE(isServiceRunning(serviceName)) << "Service failed to shut down."; in TEST_F()
61 ASSERT_FALSE(isServiceRunning(instance)) in SetUp()76 ASSERT_FALSE(isServiceRunning(instance)) in TearDown()81 bool isServiceRunning(const FqInstance& instance) { in isServiceRunning() function in HidlLazyTest