Searched refs:aggregationSources (Results 1 – 2 of 2) sorted by relevance
181 auto it = aggregator.aggregationSources.find(aggregationSourceId); in populateAggregationSource()182 if (it != aggregator.aggregationSources.end() && in populateAggregationSource()296 aggregator.aggregationSources) in handleAggregationSourceCollectionPost()317 aggregator.aggregationSources.emplace( in handleAggregationSourceCollectionPost()360 auto it = aggregator.aggregationSources.find(aggregationSourceId); in handleAggregationSourcePatch()361 if (it != aggregator.aggregationSources.end()) in handleAggregationSourcePatch()410 size_t deleted = RedfishAggregator::getInstance().aggregationSources.erase( in handleAggregationSourceDelete()
901 std::unordered_map<std::string, AggregationSource> aggregationSources; member in redfish::RedfishAggregator914 auto it = aggregationSources.find(prefix); in prepareAggregationHeaders()915 if (it != aggregationSources.end()) in prepareAggregationHeaders()941 for (const auto& [prefix, source] : aggregationSources) in getSatelliteConfigs()1437 return aggregationSources.contains(prefix); in segmentHasPrefix()