Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp382 class RedfishAggregator class
797 explicit RedfishAggregator(boost::asio::io_context& ioc) : in RedfishAggregator() function in redfish::RedfishAggregator
803 RedfishAggregator(const RedfishAggregator&) = delete;
804 RedfishAggregator& operator=(const RedfishAggregator&) = delete;
805 RedfishAggregator(RedfishAggregator&&) = delete;
806 RedfishAggregator& operator=(RedfishAggregator&&) = delete;
807 ~RedfishAggregator() = default;
809 static RedfishAggregator& getInstance(boost::asio::io_context* io = nullptr) in getInstance()
811 static RedfishAggregator handler(*io); in getInstance()
H A Dquery.hpp155 RedfishAggregator::beginAggregation(req, asyncResp) == in setUpRedfishRouteWithDelegation()
/openbmc/bmcweb/redfish-core/lib/
H A Daggregation_service.hpp108 RedfishAggregator::getSatelliteConfigs( in handleAggregationSourceCollectionGet()
195 RedfishAggregator::getSatelliteConfigs(std::bind_front( in handleAggregationSourceGet()
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp88 redfish::RedfishAggregator::getInstance(&*io); in run()