Home
last modified time | relevance | path

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

/base/update/updateservice/test/unittest/update_engine/
Dserver_unittest.cpp321 DownloadThread::DownloadProgress(download, DLTOTAL_NUM, DLNOW_10, 0, 0); in TestDownLoadProgress()
322 DownloadThread::DownloadProgress(download, DLTOTAL_NUM, DLNOW_20, 0, 0); in TestDownLoadProgress()
323 DownloadThread::DownloadProgress(download, DLTOTAL_NUM, DLNOW_50, 0, 0); in TestDownLoadProgress()
324 DownloadThread::DownloadProgress(download, DLTOTAL_NUM, DLNOW_70, 0, 0); in TestDownLoadProgress()
326 DownloadThread::DownloadProgress(download, DLTOTAL_NUM, DLNOW_80, 0, 0); in TestDownLoadProgress()
327 DownloadThread::DownloadProgress(download, DLTOTAL_NUM, DLTOTAL_NUM, 0, 0); in TestDownLoadProgress()
/base/update/updateservice/services/engine/src/
Dprogress_thread.cpp129 curl_easy_setopt(downloadHandle_, CURLOPT_PROGRESSFUNCTION, DownloadProgress); in ProcessThreadExecute()
191 int32_t DownloadThread::DownloadProgress(const void *localData, in DownloadProgress() function in OHOS::UpdateEngine::DownloadThread
/base/update/updateservice/services/engine/include/
Dprogress_thread.h76 static int32_t DownloadProgress(const void *localData,