Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp543 startAggregation(AggregationType aggType, const crow::Request& thisReq, in startAggregation() argument
548 if (aggType == AggregationType::Collection) in startAggregation()
555 if (aggType == AggregationType::ContainsSubordinate) in startAggregation()
569 if (aggType == AggregationType::Resource) in startAggregation()
577 std::bind_front(aggregateAndHandle, aggType, localReq, asyncResp)); in startAggregation()
611 AggregationType aggType, in aggregateAndHandle() argument
635 if (aggType == AggregationType::Resource) in aggregateAndHandle()
649 if (aggType == AggregationType::Collection) in aggregateAndHandle()
661 if (aggType == AggregationType::ContainsSubordinate) in aggregateAndHandle()