Searched refs:totalProgress (Results 1 – 2 of 2) sorted by relevance
33 float totalProgress = g_totalProgress.load(); in SetUpdateProgress() local34 totalProgress += step; in SetUpdateProgress()35 g_totalProgress.store(totalProgress); in SetUpdateProgress()52 float totalProgress = 0.0f; in OtaUpdateProgressThread() local55 totalProgress = GetUpdateProress(); in OtaUpdateProgressThread()56 if (totalProgress > 1.0f) { in OtaUpdateProgressThread()58 totalProgress -= 1.0f; in OtaUpdateProgressThread()66 if (curProgress < totalProgress && env != nullptr) { in OtaUpdateProgressThread()67 env->PostMessage("set_progress", std::to_string(totalProgress)); in OtaUpdateProgressThread()68 curProgress = totalProgress; in OtaUpdateProgressThread()
341 uint64_t totalProgress = 0; in MarshalProgress() local347 data.WriteUint64(totalProgress); in MarshalProgress()