Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.h49 static bool IsSettingAcSuspendSourcesValid();
H A Dsetting_helper.cpp352 bool SettingHelper::IsSettingAcSuspendSourcesValid() in IsSettingAcSuspendSourcesValid() function in OHOS::PowerMgr::SettingHelper
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp50 bool isSettingAcValid = SettingHelper::IsSettingAcSuspendSourcesValid(); in ParseSources()