Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp219 double getThreshold(pldm::utils::Level level, in getThreshold() function in pldm::platform_mc::NumericSensor
257 return std::isfinite(getThreshold(level, direction)); in isThresholdValid()
H A Dnumeric_sensor.cpp1025 double threshold = getThreshold(level, direction); in createThresholdLog()
1084 auto threshold = getThreshold(level, direction); in updateThresholds()
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.hpp227 inline size_t getThreshold() const in getThreshold() function in phosphor::fan::monitor::TachSensor
H A Dfan.cpp288 if (sensor.getCounter() >= sensor.getThreshold()) in process()