Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.cpp33 if (key == WakeupSources::KEYBOARD_KEY) { in mapWakeupDeviceType()
73 sourceKeys.push_back(WakeupSources::KEYBOARD_KEY); in getSourceKeys()
H A Dwakeup_sources.h67 static const constexpr char* KEYBOARD_KEY = "keyborad"; variable