Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_controller.cpp227 auto highPriorityCallbacks = takeoverShutdownCallbackHolder_->GetHighPriorityCallbacks(); in TriggerTakeOverShutdownCallback() local
228 isTakeover = TriggerTakeOverShutdownCallbackInner(highPriorityCallbacks, isReboot); in TriggerTakeOverShutdownCallback()
250 auto highPriorityCallbacks = asyncShutdownCallbackHolder_->GetHighPriorityCallbacks(); in TriggerAsyncShutdownCallback() local
251 TriggerAsyncShutdownCallbackInner(highPriorityCallbacks); in TriggerAsyncShutdownCallback()
273 auto highPriorityCallbacks = syncShutdownCallbackHolder_->GetHighPriorityCallbacks(); in TriggerSyncShutdownCallback() local
274 TriggerSyncShutdownCallbackInner(highPriorityCallbacks); in TriggerSyncShutdownCallback()