Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_sources.cpp29 if (key == SuspendSources::TIMEOUT_KEY) { in mapSuspendDeviceType()
49 sourceKeys.push_back(SuspendSources::TIMEOUT_KEY); in getSourceKeys()
H A Dsuspend_sources.h71 static const constexpr char* TIMEOUT_KEY = "timeout"; variable