Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice_list.cpp96 void ServiceList::DelayService(const Service& service) { in DelayService() function in android::init::ServiceList
H A Dservice_list.h90 void DelayService(const Service& service);
H A Dservice.cpp583 ServiceList::GetInstance().DelayService(*this); in Start()