Lines Matching defs:redfishValue
84 inline std::string toDbusTriggerAction(std::string_view redfishValue)
86 if (redfishValue == "RedfishMetricReport")
90 if (redfishValue == "RedfishEvent")
97 inline std::string toDbusSeverity(std::string_view redfishValue)
99 if (redfishValue == "OK")
103 if (redfishValue == "Warning")
107 if (redfishValue == "Critical")
156 inline std::string toDbusActivation(std::string_view redfishValue)
158 if (redfishValue == "Either")
163 if (redfishValue == "Decreasing")
168 if (redfishValue == "Increasing")