Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A Dsensor.hpp564 const thresholds::Threshold& thisThreshold = thresholds[index]; in fillMissingThresholds() local
567 if (thisThreshold.direction == thresholds::Direction::HIGH) in fillMissingThresholds()
573 if (thisThreshold.level != otherThreshold.level) in fillMissingThresholds()
588 thresholds.emplace_back(thisThreshold.level, opposite, in fillMissingThresholds()