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.hpp591 AggregationType aggType, const crow::Request& thisReq, in startAggregation() argument
596 if (aggType == AggregationType::Collection) in startAggregation()
603 if (aggType == AggregationType::ContainsSubordinate) in startAggregation()
618 if (aggType == AggregationType::Resource) in startAggregation()
626 if (aggType == AggregationType::Collection) in startAggregation()
655 std::bind_front(aggregateAndHandle, aggType, localReq, asyncResp)); in startAggregation()
689 AggregationType aggType, in aggregateAndHandle() argument
706 if (aggType == AggregationType::Resource) in aggregateAndHandle()
720 if (aggType == AggregationType::Collection) in aggregateAndHandle()
732 if (aggType == AggregationType::ContainsSubordinate) in aggregateAndHandle()