Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/
H A Dupdater.cpp220 void ProgressSmoothHandler(int beginProgress, int endProgress) in ProgressSmoothHandler() argument
222 if (endProgress < 0 || endProgress > FULL_PERCENT_PROGRESS || beginProgress < 0) { in ProgressSmoothHandler()
225 while (beginProgress < endProgress) { in ProgressSmoothHandler()
226 int increase = (endProgress - beginProgress) / PROGRESS_VALUE_CONST; in ProgressSmoothHandler()
228 if (beginProgress >= endProgress || increase == 0) { in ProgressSmoothHandler()
/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater.h78 void ProgressSmoothHandler(int beginProgress, int endProgress);