Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 - 5 of 5) sorted by relevance

/base/powermgr/power_manager/services/native/src/actions/default/
H A Dsystem_suspend_controller.h60 void SetListener(std::function<void()>& suspend, std::function<void()>& wakeup);
H A Dsystem_suspend_controller.cpp246 std::function<void()>& suspend, std::function<void()>& wakeup) in SetListener()
249 onWakeup_ = wakeup; in SetListener()
245 SetListener( std::function<void()>& suspend, std::function<void()>& wakeup) SetListener() argument
/base/time/time_service/services/timer/include/
H A Dtimer_info.h33 const bool wakeup; member in OHOS::MiscServices::TimerInfo
/base/time/time_service/services/timer/src/
H A Dtimer_info.cpp49 wakeup {_type == ITimerManager::ELAPSED_REALTIME_WAKEUP || _type == ITimerManager::RTC_WAKEUP},
H A Dtimer_manager.cpp687 alarm->uid, alarm->id, alarm->bundleName.c_str(), alarm->wakeup); in TriggerTimersLocked()
689 if (alarm->wakeup) { in TriggerTimersLocked()
826 auto wakeupNums = std::count_if(triggerList.begin(), triggerList.end(), [](auto timer) {return timer->wakeup;}); in DeliverTimersLocked()
828 if (timer->wakeup) { in DeliverTimersLocked()

Completed in 4 milliseconds