Home
last modified time | relevance | path

Searched refs:updatePolicy (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.cpp186 updatePolicy = ValueUpdatePolicy::hysteresis; in getTypeBasedProperties()
195 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
203 updatePolicy = ValueUpdatePolicy::lowest; in getTypeBasedProperties()
211 updatePolicy = ValueUpdatePolicy::hysteresis; in getTypeBasedProperties()
220 updatePolicy = ValueUpdatePolicy::hysteresis; in getTypeBasedProperties()
229 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
237 updatePolicy = ValueUpdatePolicy::hysteresis; in getTypeBasedProperties()
246 updatePolicy = ValueUpdatePolicy::highest; in getTypeBasedProperties()
255 updatePolicy = ValueUpdatePolicy::lowest; in getTypeBasedProperties()
302 switch (updatePolicy) in shouldUpdateValue()
H A Ddbus_sensor.hpp336 ValueUpdatePolicy updatePolicy{ValueUpdatePolicy::hysteresis}; member in phosphor::power::regulators::DBusSensor