Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp800 size_t presentCount = 0; in analyzeBrownout() local
808 ++presentCount; in analyzeBrownout()
829 (presentCount == (acFailedCount + pgoodFailedCount))) in analyzeBrownout()
859 if (brownoutLogged && (acFailedCount < presentCount)) in analyzeBrownout()
915 auto presentCount = in updateMissingPSUs() local
964 if ((presentCount < config.second.powerSupplyCount) && !psuPresent) in updateMissingPSUs()
1044 auto presentCount = in hasRequiredPSUs() local
1062 if (presentCount < config.second.powerSupplyCount) in hasRequiredPSUs()
1067 tmpAdditionalData["ACTUAL_COUNT"] = std::to_string(presentCount); in hasRequiredPSUs()