Home
last modified time | relevance | path

Searched refs:services_in_shutdown_order (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dreboot.cpp436 for (const auto& s : ServiceList::GetInstance().services_in_shutdown_order()) { in DoReboot()
472 for (const auto& s : ServiceList::GetInstance().services_in_shutdown_order()) { in DoReboot()
487 for (const auto& s : ServiceList::GetInstance().services_in_shutdown_order()) { in DoReboot()
Dservice.h293 const std::vector<Service*> services_in_shutdown_order() const;
Dservice.cpp1339 const std::vector<Service*> ServiceList::services_in_shutdown_order() const { in services_in_shutdown_order() function in android::init::ServiceList