Searched refs:onSuspend_ (Results 1 - 4 of 4) sorted by relevance
/base/powermgr/power_manager/services/native/src/actions/default/suspend/ | ||
H A D | suspend_controller.cpp | 53 if (onSuspend_ != nullptr) { in AutoSuspendLoop() 54 onSuspend_(); in AutoSuspendLoop() 73 onSuspend_ = onSuspend; in Start() |
H A D | suspend_controller.h | 69 SuspendCallback onSuspend_; member in OHOS::PowerMgr::Suspend::SuspendController::AutoSuspend |
/base/powermgr/power_manager/services/native/src/actions/default/ | ||
H A D | system_suspend_controller.cpp | 231 if (onSuspend_ != nullptr) { in OnSuspend() 232 onSuspend_(); in OnSuspend() 248 onSuspend_ = suspend; in SetListener() |
H A D | system_suspend_controller.h | 62 std::function<void()> onSuspend_; member in OHOS::PowerMgr::SystemSuspendController::PowerHdfCallback |
Completed in 2 milliseconds