Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dreboot_test.cpp134 std::unique_ptr<Service> oneshot_service; in TEST_F() local
139 oneshot_service = std::move(*result); in TEST_F()
141 std::string oneshot_service_name = oneshot_service->name(); in TEST_F()
142 oneshot_service->Start(); in TEST_F()
143 ASSERT_TRUE(oneshot_service->IsRunning()); in TEST_F()
144 ServiceList::GetInstance().AddService(std::move(oneshot_service)); in TEST_F()
174 std::unique_ptr<Service> oneshot_service; in TEST_F() local
179 oneshot_service = std::move(*result); in TEST_F()
181 std::string oneshot_service_name = oneshot_service->name(); in TEST_F()
182 oneshot_service->Start(); in TEST_F()
[all …]