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.hpp27 enum class ThresholdActivation{ enum
67 NLOHMANN_JSON_SERIALIZE_ENUM(ThresholdActivation, {
68 {ThresholdActivation::Invalid, "Invalid"},
69 {ThresholdActivation::Increasing, "Increasing"},
70 {ThresholdActivation::Decreasing, "Decreasing"},
71 {ThresholdActivation::Either, "Either"},
72 {ThresholdActivation::Disabled, "Disabled"},
H A Dsensor.hpp35 enum class ThresholdActivation{ enum
112 NLOHMANN_JSON_SERIALIZE_ENUM(ThresholdActivation, {
113 {ThresholdActivation::Invalid, "Invalid"},
114 {ThresholdActivation::Increasing, "Increasing"},
115 {ThresholdActivation::Decreasing, "Decreasing"},
116 {ThresholdActivation::Either, "Either"},
117 {ThresholdActivation::Disabled, "Disabled"},
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp173 inline triggers::ThresholdActivation
178 return triggers::ThresholdActivation::Either; in toRedfishActivation()
184 return triggers::ThresholdActivation::Decreasing; in toRedfishActivation()
190 return triggers::ThresholdActivation::Increasing; in toRedfishActivation()
193 return triggers::ThresholdActivation::Invalid; in toRedfishActivation()