Searched refs:presentCount (Results 1 – 2 of 2) sorted by relevance
688 size_t presentCount = 0; in analyzeBrownout() local696 ++presentCount; in analyzeBrownout()717 (presentCount == (acFailedCount + pgoodFailedCount))) in analyzeBrownout()747 if (brownoutLogged && (acFailedCount < presentCount)) in analyzeBrownout()828 auto presentCount = in hasRequiredPSUs() local846 if (presentCount < config.second.powerSupplyCount) in hasRequiredPSUs()851 tmpAdditionalData["ACTUAL_COUNT"] = std::to_string(presentCount); in hasRequiredPSUs()913 auto presentCount = in updateMissingPSUs() local961 if ((presentCount < config.second.powerSupplyCount) && !psuPresent) in updateMissingPSUs()
788 size_t presentCount = 0; in analyzeBrownout() local796 ++presentCount; in analyzeBrownout()817 (presentCount == (acFailedCount + pgoodFailedCount))) in analyzeBrownout()846 if (brownoutLogged && (acFailedCount < presentCount)) in analyzeBrownout()899 auto presentCount = in updateMissingPSUs() local947 if ((presentCount < config.second.powerSupplyCount) && !psuPresent) in updateMissingPSUs()1027 auto presentCount = in hasRequiredPSUs() local1045 if (presentCount < config.second.powerSupplyCount) in hasRequiredPSUs()1050 tmpAdditionalData["ACTUAL_COUNT"] = std::to_string(presentCount); in hasRequiredPSUs()