Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice_list.h42 void RemoveServiceIf(UnaryPredicate predicate) { in RemoveServiceIf() function
H A Dreboot.cpp931 ServiceList::GetInstance().RemoveServiceIf([](const std::unique_ptr<Service>& s) -> bool { in DoUserspaceReboot()
H A Dinit.cpp454 ServiceList::GetInstance().RemoveServiceIf([&](const std::unique_ptr<Service>& s) -> bool { in RemoveServiceAndActionFromApex()