Searched refs:configContentList (Results 1 – 1 of 1) sorted by relevance
98 std::vector<std::string> configContentList; in GetAndParseStandbyConfig() local99 …if (getExtConfigFunc_ != nullptr && getExtConfigFunc_(STANDBY_CONFIG_INDEX, configContentList) == … in GetAndParseStandbyConfig()100 for (const auto& content : configContentList) { in GetAndParseStandbyConfig()129 std::vector<std::string> configContentList; in GetAndParseStrategyConfig() local130 …if (getExtConfigFunc_ != nullptr && getExtConfigFunc_(STRATEGY_CONFIG_INDEX, configContentList) ==… in GetAndParseStrategyConfig()131 for (const auto& content : configContentList) { in GetAndParseStrategyConfig()280 std::vector<std::string> configContentList; in GetParamVersion() local281 int32_t returnCode = getExtConfigFunc_(fileIndex, configContentList); in GetParamVersion()287 for (const auto& content : configContentList) { in GetParamVersion()