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
121 NLOHMANN_JSON_SERIALIZE_ENUM(ThresholdActivation, {
122 {ThresholdActivation::Invalid, "Invalid"},
123 {ThresholdActivation::Increasing, "Increasing"},
124 {ThresholdActivation::Decreasing, "Decreasing"},
125 {ThresholdActivation::Either, "Either"},
126 {ThresholdActivation::Disabled, "Disabled"},
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp176 inline triggers::ThresholdActivation toRedfishActivation( in toRedfishActivation()
181 return triggers::ThresholdActivation::Either; in toRedfishActivation()
187 return triggers::ThresholdActivation::Decreasing; in toRedfishActivation()
193 return triggers::ThresholdActivation::Increasing; in toRedfishActivation()
196 return triggers::ThresholdActivation::Invalid; in toRedfishActivation()