Home
last modified time | relevance | path

Searched refs:getSensorType (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.hpp157 std::string getSensorType(std::string sensorPath);
H A Dthreshold_alarm_logger.cpp280 auto type = getSensorType(sensorPath); in createEventLog()
386 std::string ThresholdAlarmLogger::getSensorType(std::string sensorPath) in getSensorType() function in sensor::monitor::ThresholdAlarmLogger
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp684 std::string getSensorType(const std::string& sensor) in getSensorType() function
770 if (opts.type != getSensorType(object.first.str)) in extractSensorData()