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.cpp801 size_t presentCount = 0; in analyzeBrownout() local
809 ++presentCount; in analyzeBrownout()
830 (presentCount == (acFailedCount + pgoodFailedCount))) in analyzeBrownout()
860 if (brownoutLogged && (acFailedCount < presentCount)) in analyzeBrownout()
916 auto presentCount = in updateMissingPSUs() local
965 if ((presentCount < config.second.powerSupplyCount) && !psuPresent) in updateMissingPSUs()
1045 auto presentCount = in hasRequiredPSUs() local
1063 if (presentCount < config.second.powerSupplyCount) in hasRequiredPSUs()
1068 tmpAdditionalData["ACTUAL_COUNT"] = std::to_string(presentCount); in hasRequiredPSUs()