Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_source_parser.cpp33 static const uint32_t ILLEGAL_ACTION = static_cast<uint32_t>(WakeupAction::ACTION_INVALID); variable
123 if (action >= ILLEGAL_ACTION) { in ParseSourcesProc()
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp37 static const uint32_t ILLEGAL_ACTION = static_cast<uint32_t>(SuspendAction::ACTION_INVALID); variable
182 if (action >= ILLEGAL_ACTION) { in ParseSourcesProc()