Home
last modified time | relevance | path

Searched defs:lowPriorityCallbacks (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_controller.cpp254 auto lowPriorityCallbacks = takeoverShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerTakeOverShutdownCallback() local
268 auto lowPriorityCallbacks = takeoverShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerTakeOverHibernateCallback() local
307 auto lowPriorityCallbacks = asyncShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerAsyncShutdownCallback() local
334 auto lowPriorityCallbacks = syncShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerSyncShutdownCallback() local
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_controller.cpp124 auto lowPriorityCallbacks = SleepCallbackHolder::GetInstance().GetLowPriorityCallbacks(); in TriggerSyncSleepCallback() local
161 …auto lowPriorityCallbacks = TakeOverSuspendCallbackHolder::GetInstance().GetLowPriorityCallbacks(); in TriggerTakeOverSuspendCallback() local