Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp52 std::string configJsonStr; in ParseSources() local
71 configJsonStr = fileStringStr; in ParseSources()
75 configJsonStr = SettingHelper::GetSettingAcSuspendSources(); in ParseSources()
77 configJsonStr = SettingHelper::GetSettingDcSuspendSources(); in ParseSources()
80 parseSources = ParseSources(configJsonStr); in ParseSources()
89 std::string configJsonStr; in ParseSources() local
91 configJsonStr = SettingHelper::GetSettingSuspendSources(); in ParseSources()
101 configJsonStr = fileStringStr; in ParseSources()
103 parseSources = ParseSources(configJsonStr); in ParseSources()
105 SettingHelper::SetSettingSuspendSources(configJsonStr); in ParseSources()
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_source_parser.cpp42 std::string configJsonStr; in ParseSources() local
44 configJsonStr = SettingHelper::GetSettingWakeupSources(); in ParseSources()
46 configJsonStr = GetWakeupSourcesByConfig(); in ParseSources()
49 std::shared_ptr<WakeupSources> parseSources = ParseSources(configJsonStr); in ParseSources()
52 configJsonStr = GetWakeupSourcesByConfig(); in ParseSources()
53 parseSources = ParseSources(configJsonStr); in ParseSources()
56 SettingHelper::SetSettingWakeupSources(configJsonStr); in ParseSources()
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_source_parser.cpp39 std::string configJsonStr; in ParseSources() local
48 configJsonStr = fileStringStr; in ParseSources()
49 parseSources = ParseSources(configJsonStr); in ParseSources()