Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.cpp274 if (errCount >= warnAfterErrorCount) in handleResponse()
276 if (errCount == warnAfterErrorCount) in handleResponse()
H A DPSUSensor.hpp64 static constexpr size_t warnAfterErrorCount = 10; member in PSUSensor
H A DPSUEvent.hpp82 static constexpr size_t warnAfterErrorCount = 10; member in PSUSubEvent
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.hpp40 static constexpr size_t warnAfterErrorCount = 10; member in IntelCPUSensor