Home
last modified time | relevance | path

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

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