Searched defs:service_names (Results 1 – 2 of 2) sorted by relevance
246 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()
432 std::set<std::string> service_names; in StopServicesFromApex() local