Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds