Home
last modified time | relevance | path

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

/drivers/peripheral/power/test/unittest/src/
H A Dhdf_power_hdi_test.cpp34 const std::string SUSPEND_STATE_PATH = "/sys/power/state"; member
87 ret = snprintf_s(stateBuf, MAX_PATH, sizeof(stateBuf) - 1, SUSPEND_STATE_PATH.c_str()); in HWTEST_F()
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.cpp57 static constexpr const char * const SUSPEND_STATE_PATH = "/sys/power/state"; member
220 UniqueFd suspendStateFd(TEMP_FAILURE_RETRY(open(SUSPEND_STATE_PATH, O_RDWR | O_CLOEXEC))); in DoSuspendWithTag()
260 UniqueFd suspendStateFd(TEMP_FAILURE_RETRY(open(SUSPEND_STATE_PATH, O_RDWR | O_CLOEXEC))); in DoSuspend()
441 LoadSystemInfo(SUSPEND_STATE_PATH, dumpInfo); in PowerDump()

Completed in 2 milliseconds