Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_sources.cpp25 if (key == SuspendSources::POWERKEY_KEY) { in mapSuspendDeviceType()
48 sourceKeys.push_back(SuspendSources::POWERKEY_KEY); in getSourceKeys()
H A Dsuspend_sources.h70 static const constexpr char* POWERKEY_KEY = "powerkey";
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.cpp25 if (key == WakeupSources::POWERKEY_KEY) { in mapWakeupDeviceType()
71 sourceKeys.push_back(WakeupSources::POWERKEY_KEY); in getSourceKeys()
H A Dwakeup_sources.h65 static const constexpr char* POWERKEY_KEY = "powerkey"; variable