Home
last modified time | relevance | path

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

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