Searched defs:service_names (Results 1 – 2 of 2) sorted by relevance
247 void TestStartApexServices(const std::vector<std::string>& service_names, in TestStartApexServices()267 void TestStopApexServices(const std::vector<std::string>& service_names, bool expect_to_run) { in TestStopApexServices()275 void TestRemoveApexService(const std::vector<std::string>& service_names, bool exist) { in TestRemoveApexService()
432 std::set<std::string> service_names; in StopServicesFromApex() local