Home
last modified time | relevance | path

Searched refs:IsWakeupSourcesSettingValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.h84 static bool IsWakeupSourcesSettingValid();
H A Dsetting_helper.cpp413 bool SettingHelper::IsWakeupSourcesSettingValid() in IsWakeupSourcesSettingValid() function in OHOS::PowerMgr::SettingHelper
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_source_parser.cpp40 bool isWakeupSourcesSettingValid = SettingHelper::IsWakeupSourcesSettingValid(); in ParseSources()