Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.cpp53 if (key == WakeupSources::TOUCHSCREEN_KEY) { in mapWakeupDeviceType()
74 sourceKeys.push_back(WakeupSources::TOUCHSCREEN_KEY); in getSourceKeys()
H A Dwakeup_sources.h68 static const constexpr char* TOUCHSCREEN_KEY = "touchscreen"; variable