Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Dupdate_manager.hpp70 totalNumComponentUpdates(0), compUpdateCompletedCount(0)
125 TotalComponentUpdates& totalNumComponentUpdates);
166 size_t totalNumComponentUpdates; member in pldm::fw_update::UpdateManager
H A Dupdate_manager.cpp170 totalNumComponentUpdates); in processStream()
212 TotalComponentUpdates& totalNumComponentUpdates) in associatePkgToDevices() argument
228 totalNumComponentUpdates += applicableComponents.size(); in associatePkgToDevices()
327 totalNumComponentUpdates = 0; in clearActivationInfo()
335 (100 * compUpdateCompletedCount) / totalNumComponentUpdates)); in updateActivationProgress()