Searched refs:configJsonStr (Results 1 – 3 of 3) sorted by relevance
52 std::string configJsonStr; in ParseSources() local71 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() local91 configJsonStr = SettingHelper::GetSettingSuspendSources(); in ParseSources()101 configJsonStr = fileStringStr; in ParseSources()103 parseSources = ParseSources(configJsonStr); in ParseSources()105 SettingHelper::SetSettingSuspendSources(configJsonStr); in ParseSources()
42 std::string configJsonStr; in ParseSources() local44 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()
39 std::string configJsonStr; in ParseSources() local48 configJsonStr = fileStringStr; in ParseSources()49 parseSources = ParseSources(configJsonStr); in ParseSources()