Searched refs:oneshot_service_name (Results 1 – 1 of 1) sorted by relevance
/system/core/init/ |
D | reboot_test.cpp | 141 std::string oneshot_service_name = oneshot_service->name(); in TEST_F() local 146 EXPECT_EQ(0, StopServicesAndLogViolations({"A", "B", oneshot_service_name}, 10s, in TEST_F() 151 auto oneshot_service_after_stop = ServiceList::GetInstance().FindService(oneshot_service_name); in TEST_F() 181 std::string oneshot_service_name = oneshot_service->name(); in TEST_F() local 186 EXPECT_EQ(0, StopServicesAndLogViolations({"A", "B", oneshot_service_name}, 10s, in TEST_F() 191 auto oneshot_service_after_stop = ServiceList::GetInstance().FindService(oneshot_service_name); in TEST_F()
|