Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dtriggers.hpp29 enum class ThresholdActivation{ enum
69 NLOHMANN_JSON_SERIALIZE_ENUM(ThresholdActivation, {
70 {ThresholdActivation::Invalid, "Invalid"},
71 {ThresholdActivation::Increasing, "Increasing"},
72 {ThresholdActivation::Decreasing, "Decreasing"},
73 {ThresholdActivation::Either, "Either"},
74 {ThresholdActivation::Disabled, "Disabled"},
H A Dsensor.hpp37 enum class ThresholdActivation{ enum
114 NLOHMANN_JSON_SERIALIZE_ENUM(ThresholdActivation, {
115 {ThresholdActivation::Invalid, "Invalid"},
116 {ThresholdActivation::Increasing, "Increasing"},
117 {ThresholdActivation::Decreasing, "Decreasing"},
118 {ThresholdActivation::Either, "Either"},
119 {ThresholdActivation::Disabled, "Disabled"},
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp185 inline triggers::ThresholdActivation toRedfishActivation( in toRedfishActivation()
190 return triggers::ThresholdActivation::Either; in toRedfishActivation()
196 return triggers::ThresholdActivation::Decreasing; in toRedfishActivation()
202 return triggers::ThresholdActivation::Increasing; in toRedfishActivation()
205 return triggers::ThresholdActivation::Invalid; in toRedfishActivation()