Home
last modified time | relevance | path

Searched refs:currentPercentage (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/sys_installer/services/ab_update/src/
H A Dab_update.cpp49 upParams.currentPercentage = 1 - upParams.initialProgress; in StartABUpdate()
/ohos5.0/base/update/updater/services/
H A Dupdater_main.cpp422 …upParams.currentPercentage = pkgStartPosition[upParams.pkgLocation + 1] - upParams.initialProgress; in DoInstallPackages()
440 upParams.currentPercentage * GetTmpProgressValue()), in DoInstallPackages()
461 " percent:" << upParams.currentPercentage; in DoUpdatePackages()
562 upParams.currentPercentage -= VERIFY_PERCENT; in UpdaterFromSdcard()
H A Dupdater.cpp317 upParams.currentPercentage + upParams.initialProgress * FULL_PERCENT_PROGRESS); in SetProgress()
325 upParams.currentPercentage + upParams.initialProgress * FULL_PERCENT_PROGRESS); in SetProgress()
/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater.h52 … float currentPercentage = 0; /* The proportion of progress bars occupied by the upgrade process */ member