Home
last modified time | relevance | path

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

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