Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.h51 static void SetSettingAcSuspendSources(const std::string& jsonConfig);
H A Dsetting_helper.cpp362 void SettingHelper::SetSettingAcSuspendSources(const std::string& jsonConfig) in SetSettingAcSuspendSources() function in OHOS::PowerMgr::SettingHelper
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp66 SettingHelper::SetSettingAcSuspendSources(fileStringStr); in ParseSources()