Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.hpp187 std::optional<size_t> _numNonfuncSensorsBeforeError; member in phosphor::fan::monitor::System
H A Dsystem.cpp358 _numNonfuncSensorsBeforeError = getNumNonfuncRotorsBeforeError(jsonObj); in setFaultConfig()
453 if (nonfuncSensors < _numNonfuncSensorsBeforeError) in sensorErrorTimerExpired()