Home
last modified time | relevance | path

Searched refs:skipSensorType (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.hpp168 bool skipSensorType(const std::string& type);
H A Dthreshold_alarm_logger.cpp274 if (skipSensorType(type)) in createEventLog()
376 bool ThresholdAlarmLogger::skipSensorType(const std::string& type) in skipSensorType() function in sensor::monitor::ThresholdAlarmLogger