Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Dupdate_manager.hpp70 totalNumComponentUpdates(0), compUpdateCompletedCount(0)
173 size_t compUpdateCompletedCount; member in pldm::fw_update::UpdateManager
H A Dupdate_manager.cpp328 compUpdateCompletedCount = 0; in clearActivationInfo()
333 compUpdateCompletedCount++; in updateActivationProgress()
335 (100 * compUpdateCompletedCount) / totalNumComponentUpdates)); in updateActivationProgress()