Searched refs:isServiceRunning (Results 1 – 2 of 2) sorted by relevance
58 bool isServiceRunning(const String16& name) { in isServiceRunning() function69 ASSERT_FALSE(isServiceRunning(quitter)); in TEST()83 ASSERT_FALSE(isServiceRunning(quitter)); in TEST()95 ASSERT_FALSE(isServiceRunning(gServiceNames.at(i))) in SetUp()108 ASSERT_FALSE(isServiceRunning(gServiceNames.at(i))) << "Service failed to shut down."; in TearDown()217 ASSERT_TRUE(isServiceRunning(serviceName)) << "Service shut down when it shouldn't have."; in TEST_F()219 ASSERT_FALSE(isServiceRunning(serviceName)) << "Service failed to shut down."; in TEST_F()270 ASSERT_FALSE(isServiceRunning(serviceName)) << "Service failed to shut down."; in TEST_F()
79 bool isServiceRunning(const FqInstance& instance) { in isServiceRunning() function in HidlLazyTestBase107 ASSERT_FALSE(isServiceRunning(instance)) in SetUp()122 ASSERT_FALSE(isServiceRunning(instance)) in TearDown()200 ASSERT_FALSE(isServiceRunning(fqInstance)) << "Lazy service already running."; in TEST_F()257 ASSERT_FALSE(isServiceRunning(fqInstance)) << "Service failed to shut down."; in TEST_F()