Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/setting/
Dsetting_helper.h50 static void SetSettingSuspendSources(const std::string& jsonConfig);
Dsetting_helper.cpp166 void SettingHelper::SetSettingSuspendSources(const std::string& jsonConfig) in SetSettingSuspendSources() function in OHOS::PowerMgr::SettingHelper
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_source_parser.cpp58 SettingHelper::SetSettingSuspendSources(configJsonStr); in ParseSources()