Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.h53 static bool IsSettingDcSuspendSourcesValid();
H A Dsetting_helper.cpp372 bool SettingHelper::IsSettingDcSuspendSourcesValid() in IsSettingDcSuspendSourcesValid() function in OHOS::PowerMgr::SettingHelper
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp51 bool isSettingDcValid = SettingHelper::IsSettingDcSuspendSourcesValid(); in ParseSources()