Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.hpp59 static constexpr size_t warnAfterErrorCount = 10; member in PSUSensor
H A DPSUEvent.cpp275 if (errCount >= warnAfterErrorCount) in handleResponse()
277 if (errCount == warnAfterErrorCount) in handleResponse()
H A DPSUEvent.hpp80 static constexpr size_t warnAfterErrorCount = 10; member in PSUSubEvent
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.hpp35 static constexpr size_t warnAfterErrorCount = 10; member in IntelCPUSensor