Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp176 nlohmann::json listConfig; in ParseCloudConfig() local
182 if (JsonUtils::GetObjFromJsonValue(devConfigRoot, TAG_STRATEGY_LIST, listConfig) && in ParseCloudConfig()
183 !ParseStrategyListConfig(listConfig)) { in ParseCloudConfig()