Searched refs:checkThreshold (Results 1 – 5 of 5) sorted by relevance
| /openbmc/pldm/platform-mc/test/ |
| H A D | numeric_sensor_test.cpp | 106 TEST(NumericSensor, checkThreshold) in TEST() argument 202 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST() 205 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 210 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST() 213 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 218 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST() 221 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 226 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST() 229 lowAlarm = sensor.checkThreshold(lowAlarm, false, reading, lowThreshold, in TEST() 234 highAlarm = sensor.checkThreshold(highAlarm, true, reading, highThreshold, in TEST() [all …]
|
| /openbmc/phosphor-health-monitor/ |
| H A D | health_metric.cpp | 152 void HealthMetric::checkThreshold(Type type, Bound bound, MValue value) in checkThreshold() function in phosphor::health::metric::HealthMetric 204 checkThreshold(type, Bound::Lower, value); in checkThresholds() 205 checkThreshold(type, Bound::Upper, value); in checkThresholds()
|
| H A D | health_metric.hpp | 69 void checkThreshold(Type type, Bound bound, MValue value);
|
| /openbmc/pldm/platform-mc/ |
| H A D | numeric_sensor.hpp | 101 bool checkThreshold(bool alarm, bool direction, double value,
|
| H A D | numeric_sensor.cpp | 771 bool NumericSensor::checkThreshold(bool alarm, bool direction, double value, in checkThreshold() function in pldm::platform_mc::NumericSensor 1091 checkThreshold(alarm, direction == pldm::utils::Direction::HIGH, in updateThresholds()
|