Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.cpp60 if (key == WakeupSources::PICKUP_KEY) { in mapWakeupDeviceType()
79 sourceKeys.push_back(WakeupSources::PICKUP_KEY); in getSourceKeys()
H A Dwakeup_sources.h73 static const constexpr char* PICKUP_KEY = "pickup"; variable