Lines Matching full:threshold
33 struct Threshold struct
35 Threshold( in Threshold() argument
48 bool operator==(const Threshold& rhs) const in operator ==() argument
74 bool hasActiveTimer(const Threshold& threshold, bool assert) in hasActiveTimer()
80 if ((timer.first.level == threshold.level) && in hasActiveTimer()
81 (timer.first.direction == threshold.direction) && in hasActiveTimer()
91 void stopTimer(const Threshold& threshold, bool assert) in stopTimer()
99 if ((timerUsed.level == threshold.level) && in stopTimer()
100 (timerUsed.direction == threshold.direction) && in stopTimer()
110 const Threshold& threshold, bool assert,
119 std::vector<thresholds::Threshold>& thresholdVector,
127 std::vector<thresholds::Threshold>& thresholdVector,
149 const thresholds::Threshold& threshold,
154 // returns false if a critical threshold has been crossed, true otherwise