Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp73 void reportFwUpdate(uint32_t amountUpdated);
H A Ddevice_updater.cpp59 void UpdateProgress::reportFwUpdate(uint32_t amountUpdated) in reportFwUpdate() argument
67 if (amountUpdated > totalSize) in reportFwUpdate()
73 if (amountUpdated + totalUpdated > totalSize) in reportFwUpdate()
87 totalUpdated += amountUpdated; in reportFwUpdate()