Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp419 if (!satelliteInfo.empty()) in findSatelliteConfigs()
424 satelliteInfo.clear(); in findSatelliteConfigs()
587 for (const auto& satellite : satelliteInfo) in findSatellite()
630 if (satelliteInfo.empty()) in aggregateAndHandle()
707 const auto& sat = satelliteInfo.find(prefix); in forwardRequest()
708 if (sat == satelliteInfo.end()) in forwardRequest()
750 for (const auto& sat : satelliteInfo) in forwardCollectionRequests()
774 for (const auto& sat : satelliteInfo) in forwardContainsSubordinateRequests()
832 handler(ec, satelliteInfo); in getSatelliteConfigs()
841 if (!satelliteInfo.empty()) in getSatelliteConfigs()
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Daggregation_service.hpp70 const std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in populateAggregationSourceCollection() argument
79 for (const auto& sat : satelliteInfo) in populateAggregationSourceCollection()
142 const std::unordered_map<std::string, boost::urls::url>& satelliteInfo) in populateAggregationSource() argument
155 const auto& sat = satelliteInfo.find(aggregationSourceId); in populateAggregationSource()
156 if (sat == satelliteInfo.end()) in populateAggregationSource()