Searched refs:getThreshold (Results 1 – 4 of 4) sorted by relevance
219 double getThreshold(pldm::utils::Level level, in getThreshold() function in pldm::platform_mc::NumericSensor257 return std::isfinite(getThreshold(level, direction)); in isThresholdValid()
1025 double threshold = getThreshold(level, direction); in createThresholdLog()1084 auto threshold = getThreshold(level, direction); in updateThresholds()
227 inline size_t getThreshold() const in getThreshold() function in phosphor::fan::monitor::TachSensor
288 if (sensor.getCounter() >= sensor.getThreshold()) in process()