Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.cpp478 UniqueFd wakeupCauseFd(TEMP_FAILURE_RETRY(open(getPath.c_str(), O_RDONLY | O_CLOEXEC))); in GetWakeupReason() local
479 if (wakeupCauseFd < 0) { in GetWakeupReason()
482 LoadStringFd(wakeupCauseFd, reason); in GetWakeupReason()