Searched refs:ForEachServiceInClass (Results 1 – 3 of 3) sorted by relevance
233 ForEachServiceInClass(args[1], [] (Service* s) { s->StartIfNotDisabled(); }); in do_class_start()239 ForEachServiceInClass(args[1], [] (Service* s) { s->Stop(); }); in do_class_stop()245 ForEachServiceInClass(args[1], [] (Service* s) { s->Reset(); }); in do_class_reset()
171 void ForEachServiceInClass(const std::string& classname,
730 void ServiceManager::ForEachServiceInClass(const std::string& classname, in ForEachServiceInClass() function in ServiceManager