Searched refs:currentPercentage (Results 1 – 4 of 4) sorted by relevance
49 upParams.currentPercentage = 1 - upParams.initialProgress; in StartABUpdate()
422 …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()
317 upParams.currentPercentage + upParams.initialProgress * FULL_PERCENT_PROGRESS); in SetProgress()325 upParams.currentPercentage + upParams.initialProgress * FULL_PERCENT_PROGRESS); in SetProgress()
52 … float currentPercentage = 0; /* The proportion of progress bars occupied by the upgrade process */ member