Searched refs:POWERKEY_KEY (Results 1 – 4 of 4) sorted by relevance
25 if (key == SuspendSources::POWERKEY_KEY) { in mapSuspendDeviceType()48 sourceKeys.push_back(SuspendSources::POWERKEY_KEY); in getSourceKeys()
70 static const constexpr char* POWERKEY_KEY = "powerkey";
25 if (key == WakeupSources::POWERKEY_KEY) { in mapWakeupDeviceType()71 sourceKeys.push_back(WakeupSources::POWERKEY_KEY); in getSourceKeys()
65 static const constexpr char* POWERKEY_KEY = "powerkey"; variable