Home
last modified time | relevance | path

Searched defs:service_names (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dinit_test.cpp246 void TestStartApexServices(const std::vector<std::string>& service_names, in TestStartApexServices()
266 void TestStopApexServices(const std::vector<std::string>& service_names, bool expect_to_run) { in TestStopApexServices()
274 void TestRemoveApexService(const std::vector<std::string>& service_names, bool exist) { in TestRemoveApexService()
Dinit.cpp432 std::set<std::string> service_names; in StopServicesFromApex() local