Home
last modified time | relevance | path

Searched refs:SleepGuard (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.h77 class SleepGuard final {
79 explicit SleepGuard(const sptr<PowerMgrService>& pms);
80 ~SleepGuard();
81 SleepGuard(const SleepGuard&) = delete;
82 SleepGuard(SleepGuard&&) = delete;
83 SleepGuard& operator=(const SleepGuard&) = delete;
84 SleepGuard
[all...]
H A Dwakeup_controller.cpp386 WakeupController::SleepGuard::SleepGuard(const sptr<PowerMgrService>& pms) : pms_(pms) in SleepGuard() function in OHOS::PowerMgr::WakeupController::SleepGuard
393 RunningLockInfo info = {"SleepGuard", OHOS::PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND_TASK}; in SleepGuard()
398 WakeupController::SleepGuard::~SleepGuard() in ~SleepGuard()
441 SleepGuard sleepGuard(pms); in ProcessLowCapacityWakeup()
473 SleepGuard sleepGuard(pms); in HandleWakeup()

Completed in 2 milliseconds