Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp213 std::string strategyConfigVer; in NeedsToReadCloudConfig() local
217 if (!GetParamVersion(STRATEGY_CONFIG_INDEX, strategyConfigVer)) { in NeedsToReadCloudConfig()
224 int result = CompareVersion(deviceConfigVer, strategyConfigVer); in NeedsToReadCloudConfig()
229 temp = (result > 0)? deviceConfigVer : strategyConfigVer; in NeedsToReadCloudConfig()
233 ret, cloudConfigVer.c_str(), deviceConfigVer.c_str(), strategyConfigVer.c_str()); in NeedsToReadCloudConfig()