Searched refs:DownloadProgress (Results 1 – 3 of 3) sorted by relevance
/base/update/updateservice/test/unittest/update_engine/ |
D | server_unittest.cpp | 321 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/ |
D | progress_thread.cpp | 129 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/ |
D | progress_thread.h | 76 static int32_t DownloadProgress(const void *localData,
|