Home
last modified time | relevance | path

Searched refs:TryToCancelScreenOff (Results 1 - 11 of 11) sorted by relevance

/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddefault_device_state_action.cpp46 bool DefaultDeviceStateAction::TryToCancelScreenOff() in TryToCancelScreenOff() function in OHOS::PowerMgr::DefaultDeviceStateAction
H A Ddefault_device_state_action.h34 bool TryToCancelScreenOff() override;
H A Ddevice_state_action.h40 bool TryToCancelScreenOff() override;
H A Ddevice_state_action.cpp116 bool DeviceStateAction::TryToCancelScreenOff() in TryToCancelScreenOff() function in OHOS::PowerMgr::DeviceStateAction
118 POWER_HILOGI(FEATURE_POWER_STATE, "[UL_POWER]ready to call TryToCancelScreenOff"); in TryToCancelScreenOff()
120 POWER_HILOGI(FEATURE_POWER_STATE, "[UL_POWER]TryToCancelScreenOff mutex acquired"); in TryToCancelScreenOff()
132 POWER_HILOGW(FEATURE_POWER_STATE, "[UL_POWER]TryToCancelScreenOff wait for response timed out"); in TryToCancelScreenOff()
139 POWER_HILOGI(FEATURE_POWER_STATE, "[UL_POWER]calling TryToCancelScreenOff"); in TryToCancelScreenOff()
140 screenOffInterrupted_ = DisplayManagerLite::GetInstance().TryToCancelScreenOff(); in TryToCancelScreenOff()
176 // executed and has observed interruptingScreenOff_ set by TryToCancelScreenOff. in IsInterruptingScreenOff()
178 // and it would be safe for TryToCancelScreenOff to return true. in IsInterruptingScreenOff()
181 // Otherwise calls SuspendBegin before unblocking TryToCancelScreenOff to reduce the possibility for in IsInterruptingScreenOff()
182 // TryToCancelScreenOff t in IsInterruptingScreenOff()
[all...]
/base/powermgr/power_manager/test/mock/action/
H A Dmock_state_action.h30 MOCK_METHOD0(TryToCancelScreenOff, bool());
/base/powermgr/power_manager/test/systemtest/mock/
H A Dmock_state_action.h30 MOCK_METHOD0(TryToCancelScreenOff, bool());
/base/powermgr/power_manager/services/native/include/actions/
H A Didevice_state_action.h48 virtual bool TryToCancelScreenOff() = 0;
/base/powermgr/power_manager/test/fuzztest/power_utils/
H A Dpower_fuzzer.cpp72 virtual bool TryToCancelScreenOff() in TryToCancelScreenOff() function in OHOS::PowerMgr::FuzzStateAction
/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h150 bool TryToCancelScreenOff();
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp821 POWER_HILOGE(FEATURE_WAKEUP, "TryToCancelScreenOff, state machine is nullptr"); in Init()
823 poweroffInterrupted = stateMachine->TryToCancelScreenOff(); in Init()
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp1780 bool PowerStateMachine::TryToCancelScreenOff() in WakeupDeviceInner() function in OHOS::PowerMgr::PowerStateMachine
1782 return stateAction_->TryToCancelScreenOff(); in WakeupDeviceInner()

Completed in 8 milliseconds