Searched refs:ForEachServiceInClass (Results 1 – 4 of 4) sorted by relevance
133 ForEachServiceInClass(args[1], [] (Service* s) { s->StartIfNotDisabled(); }); in do_class_start()139 ForEachServiceInClass(args[1], [] (Service* s) { s->Stop(); }); in do_class_stop()145 ForEachServiceInClass(args[1], [] (Service* s) { s->Reset(); }); in do_class_reset()151 ForEachServiceInClass(args[1], [] (Service* s) { s->Restart(); }); in do_class_restart()
212 void ForEachServiceInClass(const std::string& classname,
390 ServiceManager::GetInstance().ForEachServiceInClass("animation", [](Service* s) { in DoReboot()
1121 void ServiceManager::ForEachServiceInClass(const std::string& classname, in ForEachServiceInClass() function in android::init::ServiceManager