Searched refs:onWakeup_ (Results 1 - 4 of 4) sorted by relevance
/base/powermgr/power_manager/services/native/src/actions/default/suspend/ | ||
H A D | suspend_controller.cpp | 60 if (onWakeup_ != nullptr) { in AutoSuspendLoop() 61 onWakeup_(); in AutoSuspendLoop() 74 onWakeup_ = onWakeup; in Start() |
H A D | suspend_controller.h | 70 SuspendCallback onWakeup_; member in OHOS::PowerMgr::Suspend::SuspendController::AutoSuspend |
/base/powermgr/power_manager/services/native/src/actions/default/ | ||
H A D | system_suspend_controller.cpp | 239 if (onWakeup_ != nullptr) { in OnWakeup() 240 onWakeup_(); in OnWakeup() 249 onWakeup_ = wakeup; in SetListener() |
H A D | system_suspend_controller.h | 63 std::function<void()> onWakeup_; member in OHOS::PowerMgr::SystemSuspendController::PowerHdfCallback |
Completed in 2 milliseconds