Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h262 void CorrectState(PowerState& currentState, PowerState correctState, DisplayState state);
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp2005 PowerState& currentState, PowerState correctState, DisplayState state) in WakeupDeviceInner() argument
2010 .append(PowerUtils::GetPowerStateString(correctState)) in WakeupDeviceInner()
2015 …ATE", static_cast<uint32_t>(currentState), "CORRECTION_STATE", static_cast<uint32_t>(correctState), in WakeupDeviceInner()
2017 currentState = correctState; in WakeupDeviceInner()