Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dtelemetry_utils.hpp138 inline std::string toDbusCollectionFunction(std::string_view redfishValue) in toDbusCollectionFunction() argument
140 if (redfishValue == "Maximum") in toDbusCollectionFunction()
144 if (redfishValue == "Minimum") in toDbusCollectionFunction()
148 if (redfishValue == "Average") in toDbusCollectionFunction()
152 if (redfishValue == "Summation") in toDbusCollectionFunction()
167 metric_report_definition::CalculationAlgorithmEnum redfishValue = in toRedfishCollectionFunctions() local
170 if (redfishValue == in toRedfishCollectionFunctions()
176 redfishEnums.emplace_back(redfishValue); in toRedfishCollectionFunctions()
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp79 if (redfishValue == "RedfishMetricReport") in toDbusTriggerAction()
83 if (redfishValue == "RedfishEvent") in toDbusTriggerAction()
87 if (redfishValue == "LogToLogService") in toDbusTriggerAction()
94 inline std::string toDbusSeverity(std::string_view redfishValue) in toDbusSeverity() argument
96 if (redfishValue == "OK") in toDbusSeverity()
100 if (redfishValue == "Warning") in toDbusSeverity()
104 if (redfishValue == "Critical") in toDbusSeverity()
153 inline std::string toDbusActivation(std::string_view redfishValue) in toDbusActivation() argument
155 if (redfishValue == "Either") in toDbusActivation()
160 if (redfishValue == "Decreasing") in toDbusActivation()
[all …]
H A Dmetric_report_definition.hpp93 if (redfishValue == "RedfishEvent") in toDbusReportAction()
97 if (redfishValue == "LogToMetricReportsCollection") in toDbusReportAction()
127 if (redfishValue == "OnChange") in toDbusReportingType()
131 if (redfishValue == "OnRequest") in toDbusReportingType()
135 if (redfishValue == "Periodic") in toDbusReportingType()
165 if (redfishValue == "Point") in toDbusCollectionTimeScope()
169 if (redfishValue == "Interval") in toDbusCollectionTimeScope()
173 if (redfishValue == "StartupInterval") in toDbusCollectionTimeScope()
203 if (redfishValue == "Overwrite") in toDbusReportUpdates()
207 if (redfishValue == "AppendWrapsWhenFull") in toDbusReportUpdates()
[all …]