Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault_detection.hpp94 actionErrorCount = 0; in clearErrorHistory()
193 unsigned short actionErrorCount{0}; member in phosphor::power::regulators::PhaseFaultDetection
H A Dphase_fault_detection.cpp70 if (actionErrorCount < maxActionErrorCount) in execute()
72 ++actionErrorCount; in execute()