Searched refs:AggregationType (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | aggregation_source.hpp | 31 enum class AggregationType{ enum 64 NLOHMANN_JSON_SERIALIZE_ENUM(AggregationType, { 65 {AggregationType::Invalid, "Invalid"}, 66 {AggregationType::NotificationsOnly, "NotificationsOnly"}, 67 {AggregationType::Full, "Full"},
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_aggregator.hpp | 569 enum AggregationType enum in redfish::RedfishAggregator 577 AggregationType aggType, const crow::Request& thisReq, in startAggregation() 582 if (aggType == AggregationType::Collection) in startAggregation() 589 if (aggType == AggregationType::ContainsSubordinate) in startAggregation() 603 if (aggType == AggregationType::Resource) in startAggregation() 610 if (aggType == AggregationType::Collection) in startAggregation() 674 AggregationType aggType, in aggregateAndHandle() 698 if (aggType == AggregationType::Resource) in aggregateAndHandle() 712 if (aggType == AggregationType::Collection) in aggregateAndHandle() 724 if (aggType == AggregationType::ContainsSubordinate) in aggregateAndHandle() [all …]
|