Searched refs:oneshot_service (Results 1 – 1 of 1) sorted by relevance
134 std::unique_ptr<Service> oneshot_service; in TEST_F() local139 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() local179 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 …]