Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater_const.h116 constexpr int PROGRESS_VALUE_CONST = 2; variable
/ohos5.0/base/update/updater/services/
H A Dupdater.cpp226 int increase = (endProgress - beginProgress) / PROGRESS_VALUE_CONST; in ProgressSmoothHandler()