Home
last modified time | relevance | path

Searched refs:WAKEUP_COUNT_PATH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.cpp59 static constexpr const char * const WAKEUP_COUNT_PATH = "/sys/power/wakeup_count"; variable
397 wakeupCountFd = UniqueFd(TEMP_FAILURE_RETRY(open(WAKEUP_COUNT_PATH, O_RDWR | O_CLOEXEC))); in ReadWakeCount()
408 wakeupCountFd = UniqueFd(TEMP_FAILURE_RETRY(open(WAKEUP_COUNT_PATH, O_RDWR | O_CLOEXEC))); in WriteWakeCount()
/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/suspend/
H A Dsuspend_controller.h63 static constexpr const char * const WAKEUP_COUNT_PATH = "/sys/power/wakeup_count"; variable
H A Dsuspend_controller.cpp119 wakeupCountFd = UniqueFd(TEMP_FAILURE_RETRY(open(WAKEUP_COUNT_PATH, O_RDWR | O_CLOEXEC))); in WaitWakeupCount()