Home
last modified time | relevance | path

Searched refs:IsSuspendSourcesSettingValid (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_parsesources_mock_test.cpp35 bool SettingHelper::IsSuspendSourcesSettingValid() in IsSuspendSourcesSettingValid() function in SettingHelper
69 EXPECT_TRUE(SettingHelper::IsSuspendSourcesSettingValid() == true);
72 EXPECT_TRUE(SettingHelper::IsSuspendSourcesSettingValid() == true);
/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.cpp346 bool SettingHelper::IsSuspendSourcesSettingValid() in IsSuspendSourcesSettingValid() function in OHOS::PowerMgr::SettingHelper
392 bool SettingHelper::IsSuspendSourcesSettingValid() in IsSuspendSourcesSettingValid() function in OHOS::PowerMgr::SettingHelper
H A Dsetting_helper.h39 static bool IsSuspendSourcesSettingValid();
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp87 bool isSettingUpdated = SettingHelper::IsSuspendSourcesSettingValid(); in ParseSources()