Searched refs:GetLowPriorityCallbacks (Results 1 – 6 of 6) sorted by relevance
250 auto lowPriorityCallbacks = takeoverShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerTakeOverShutdownCallback()271 auto lowPriorityCallbacks = asyncShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerAsyncShutdownCallback()295 auto lowPriorityCallbacks = syncShutdownCallbackHolder_->GetLowPriorityCallbacks(); in TriggerSyncShutdownCallback()
34 std::set<sptr<IRemoteObject>> GetLowPriorityCallbacks();
72 std::set<sptr<IRemoteObject>> ShutdownCallbackHolder::GetLowPriorityCallbacks() in GetLowPriorityCallbacks() function in OHOS::PowerMgr::ShutdownCallbackHolder
42 SleepCallbackContainerType GetLowPriorityCallbacks();
58 SleepCallbackHolder::SleepCallbackContainerType SleepCallbackHolder::GetLowPriorityCallbacks() in GetLowPriorityCallbacks() function in OHOS::PowerMgr::SleepCallbackHolder
101 auto lowPriorityCallbacks = SleepCallbackHolder::GetInstance().GetLowPriorityCallbacks(); in TriggerSyncSleepCallback()