Home
last modified time | relevance | path

Searched refs:ignoreAboveMax (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.cpp173 bool ignoreAboveMax = false; in getSensorDefs() local
176 ignoreAboveMax = sensor["ignore_above_max"].get<bool>(); in getSensorDefs()
187 .ignoreAboveMax = ignoreAboveMax}; in getSensorDefs()
H A Dtach_sensor.cpp77 size_t method, size_t threshold, bool ignoreAboveMax, in TachSensor() argument
84 _ignoreAboveMax(ignoreAboveMax), _timeout(timeout), in TachSensor()
H A Dtypes.hpp114 bool ignoreAboveMax; member
H A Dtach_sensor.hpp112 bool ignoreAboveMax, size_t timeout,
H A Dfan.cpp70 s.threshold, s.ignoreAboveMax, def.timeout, in Fan()