Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A Dsensor.hpp30 constexpr const size_t errorThreshold = 5; variable
464 if (errCount >= errorThreshold) in incrementError()
470 if (errCount == errorThreshold) in incrementError()
479 return errCount >= errorThreshold; in inError()