Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_controller.cpp250 auto lowPriorityCallbacks = takeoverShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerTakeOverShutdownCallback()
271 auto lowPriorityCallbacks = asyncShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerAsyncShutdownCallback()
295 auto lowPriorityCallbacks = syncShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerSyncShutdownCallback()
H A Dshutdown_callback_holer.h34 std::set<sptr<IRemoteObject>> GetLowPriorityCallbacks();
H A Dshutdown_callback_holer.cpp72 std::set<sptr<IRemoteObject>> ShutdownCallbackHolder::GetLowPriorityCallbacks() in GetLowPriorityCallbacks() function in OHOS::PowerMgr::ShutdownCallbackHolder
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsleep_callback_holder.h42 SleepCallbackContainerType GetLowPriorityCallbacks();
H A Dsleep_callback_holder.cpp58 SleepCallbackHolder::SleepCallbackContainerType SleepCallbackHolder::GetLowPriorityCallbacks() in GetLowPriorityCallbacks() function in OHOS::PowerMgr::SleepCallbackHolder
H A Dsuspend_controller.cpp101 auto lowPriorityCallbacks = SleepCallbackHolder::GetInstance().GetLowPriorityCallbacks(); in TriggerSyncSleepCallback()