Searched refs:resCtrlConfigRoot (Results 1 – 2 of 2) sorted by relevance
132 nlohmann::json resCtrlConfigRoot; in GetAndParseStrategyConfig() local133 if (!JsonUtils::LoadJsonValueFromContent(resCtrlConfigRoot, content)) { in GetAndParseStrategyConfig()137 if (!ParseResCtrlConfig(resCtrlConfigRoot)) { in GetAndParseStrategyConfig()144 nlohmann::json resCtrlConfigRoot; in GetAndParseStrategyConfig() local145 if (!JsonUtils::LoadJsonValueFromFile(resCtrlConfigRoot, configFile)) { in GetAndParseStrategyConfig()149 if (!ParseResCtrlConfig(resCtrlConfigRoot)) { in GetAndParseStrategyConfig()621 bool StandbyConfigManager::ParseResCtrlConfig(const nlohmann::json& resCtrlConfigRoot) in ParseResCtrlConfig() argument624 for (const auto& element : resCtrlConfigRoot.items()) { in ParseResCtrlConfig()
119 bool ParseResCtrlConfig(const nlohmann::json& resCtrlConfigRoot);