Searched refs:presentCount (Results 1 – 1 of 1) sorted by relevance
801 size_t presentCount = 0; in analyzeBrownout() local809 ++presentCount; in analyzeBrownout()830 (presentCount == (acFailedCount + pgoodFailedCount))) in analyzeBrownout()860 if (brownoutLogged && (acFailedCount < presentCount)) in analyzeBrownout()916 auto presentCount = in updateMissingPSUs() local965 if ((presentCount < config.second.powerSupplyCount) && !psuPresent) in updateMissingPSUs()1045 auto presentCount = in hasRequiredPSUs() local1063 if (presentCount < config.second.powerSupplyCount) in hasRequiredPSUs()1068 tmpAdditionalData["ACTUAL_COUNT"] = std::to_string(presentCount); in hasRequiredPSUs()