Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dservice_list.h72 bool IsPostData();
H A Dservice_list.cpp75 bool ServiceList::IsPostData() { in IsPostData() function in android::init::ServiceList
H A Dservice.cpp485 post_data_ = ServiceList::GetInstance().IsPostData(); in Start()