Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_sources.cpp33 if (key == SuspendSources::LID_KEY) { in mapSuspendDeviceType()
50 sourceKeys.push_back(SuspendSources::LID_KEY); in getSourceKeys()
H A Dsuspend_sources.h72 static const constexpr char* LID_KEY = "lid"; variable
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.cpp45 if (key == WakeupSources::LID_KEY) { in mapWakeupDeviceType()
77 sourceKeys.push_back(WakeupSources::LID_KEY); in getSourceKeys()
H A Dwakeup_sources.h71 static const constexpr char* LID_KEY = "lid"; variable