Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/
H A Dupdater.cpp60 int g_tmpProgressValue; variable
212 return g_tmpProgressValue; in GetTmpProgressValue()
217 g_tmpProgressValue = value; in SetTmpProgressValue()
281 g_tmpProgressValue = 0; in DoInstallUpdaterPackage()
315 g_tmpProgressValue = g_tmpValue; in SetProgress()
316 upParams.callbackProgress(g_tmpProgressValue * in SetProgress()
320 g_tmpProgressValue = tmpProgressValue + g_tmpValue; in SetProgress()
321 if (g_tmpProgressValue == 0) { in SetProgress()
324 upParams.callbackProgress(g_tmpProgressValue * in SetProgress()
351 g_tmpValue = g_tmpProgressValue; in HandleChildOutput()