Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp35 const int32_t STANDBY_CONFIG_INDEX = 5; variable
99 …if (getExtConfigFunc_ != nullptr && getExtConfigFunc_(STANDBY_CONFIG_INDEX, configContentList) == … in GetAndParseStandbyConfig()
214 if (!GetParamVersion(STANDBY_CONFIG_INDEX, deviceConfigVer)) { in NeedsToReadCloudConfig()
215 … STANDBYSERVICE_LOGE("failed to get the version of fileIndex: %{public}d", STANDBY_CONFIG_INDEX); in NeedsToReadCloudConfig()
276 if (fileIndex != STANDBY_CONFIG_INDEX && fileIndex != STRATEGY_CONFIG_INDEX) { in GetParamVersion()