Searched refs:amountUpdated (Results 1 – 2 of 2) sorted by relevance
73 void reportFwUpdate(uint32_t amountUpdated);
59 void UpdateProgress::reportFwUpdate(uint32_t amountUpdated) in reportFwUpdate() argument67 if (amountUpdated > totalSize) in reportFwUpdate()73 if (amountUpdated + totalUpdated > totalSize) in reportFwUpdate()87 totalUpdated += amountUpdated; in reportFwUpdate()