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

/system/core/init/
H A Dreboot.cpp407 for (const auto& s : ServiceList::GetInstance().services_in_shutdown_order()) {
443 for (const auto& s : ServiceList::GetInstance().services_in_shutdown_order()) {
457 for (const auto& s : ServiceList::GetInstance().services_in_shutdown_order()) {
H A Dservice.h254 const std::vector<Service*> services_in_shutdown_order() const;
H A Dservice.cpp1152 const std::vector<Service*> ServiceList::services_in_shutdown_order() const { function in class:android::init::ServiceList

Completed in 62 milliseconds