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 | 583 enum AggregationType 591 AggregationType aggType, const crow::Request& thisReq, in startAggregation() 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() 689 AggregationType aggType, in aggregateAndHandle() 706 if (aggType == AggregationType::Resource) in aggregateAndHandle() 720 if (aggType == AggregationType::Collection) in aggregateAndHandle() 732 if (aggType == AggregationType in aggregateAndHandle() 584 enum AggregationType global() enum in redfish::RedfishAggregator [all...] |