Searched refs:ApexdLifecycle (Results 1 – 4 of 4) sorted by relevance
25 class ApexdLifecycle {27 ApexdLifecycle(){}; in ApexdLifecycle() function31 ApexdLifecycle(const ApexdLifecycle&) = delete;32 ApexdLifecycle& operator=(const ApexdLifecycle&) = delete;33 ApexdLifecycle& operator=(ApexdLifecycle&&) = delete;38 static ApexdLifecycle& GetInstance() { in GetInstance()39 static ApexdLifecycle instance; in GetInstance()
34 bool ApexdLifecycle::IsBooting() { in IsBooting()39 void ApexdLifecycle::WaitForBootStatus( in WaitForBootStatus()67 void ApexdLifecycle::WaitForBootStatus() { in WaitForBootStatus()73 void ApexdLifecycle::MarkBootCompleted() { boot_completed_ = true; } in MarkBootCompleted()
120 android::apex::ApexdLifecycle& lifecycle = in main()121 android::apex::ApexdLifecycle::GetInstance(); in main()
2183 ApexdLifecycle::GetInstance().MarkBootCompleted(); in OnBootCompleted()