Home
last modified time | relevance | path

Searched refs:GetHighPriorityCallbacks (Results 1 - 6 of 6) sorted by relevance

/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_callback_holer.h32 std::set<sptr<IRemoteObject>> GetHighPriorityCallbacks();
H A Dshutdown_controller.cpp266 auto highPriorityCallbacks = takeoverShutdownCallbackHolder_->GetHighPriorityCallbacks(); in TriggerTakeOverShutdownCallback()
289 auto highPriorityCallbacks = asyncShutdownCallbackHolder_->GetHighPriorityCallbacks(); in TriggerAsyncShutdownCallback()
313 auto highPriorityCallbacks = syncShutdownCallbackHolder_->GetHighPriorityCallbacks(); in TriggerSyncShutdownCallback()
H A Dshutdown_callback_holer.cpp60 std::set<sptr<IRemoteObject>> ShutdownCallbackHolder::GetHighPriorityCallbacks() in GetHighPriorityCallbacks() function in OHOS::PowerMgr::ShutdownCallbackHolder
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsleep_callback_holder.h34 std::set<sptr<ISyncSleepCallback>> GetHighPriorityCallbacks();
H A Dsleep_callback_holder.cpp46 std::set<sptr<ISyncSleepCallback>> SleepCallbackHolder::GetHighPriorityCallbacks() in GetHighPriorityCallbacks() function in OHOS::PowerMgr::SleepCallbackHolder
H A Dsuspend_controller.cpp93 auto highPriorityCallbacks = SleepCallbackHolder::GetInstance().GetHighPriorityCallbacks(); in TriggerSyncSleepCallback()

Completed in 4 milliseconds