Home
last modified time | relevance | path

Searched refs:isServiceRunning (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/tests/lazy_test/
Dmain.cpp50 bool isServiceRunning(const String16& name) { in isServiceRunning() function
67 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()
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test.cpp61 ASSERT_FALSE(isServiceRunning(instance)) in SetUp()
76 ASSERT_FALSE(isServiceRunning(instance)) in TearDown()
81 bool isServiceRunning(const FqInstance& instance) { in isServiceRunning() function in HidlLazyTest