Lines Matching full:threshold
37 struct Threshold struct
39 Threshold( in Threshold() argument
52 bool operator==(const Threshold& rhs) const in operator ==() argument
78 bool hasActiveTimer(const Threshold& threshold, bool assert) in hasActiveTimer()
84 if ((timer.first.level == threshold.level) && in hasActiveTimer()
85 (timer.first.direction == threshold.direction) && in hasActiveTimer()
95 void stopTimer(const Threshold& threshold, bool assert) in stopTimer()
103 if ((timerUsed.level == threshold.level) && in stopTimer()
104 (timerUsed.direction == threshold.direction) && in stopTimer()
114 const Threshold& threshold, bool assert,
123 std::vector<thresholds::Threshold>& thresholdVector,
131 std::vector<thresholds::Threshold>& thresholdVector,
153 const thresholds::Threshold& threshold,
158 // returns false if a critical threshold has been crossed, true otherwise