Home
last modified time | relevance | path

Searched refs:serverUrl_ (Results 1 - 2 of 2) sorted by relevance

/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp95 ENGINE_LOGI("StartDownload downloadFileName_ %s, serverUrl_ = %s", downloadFileName_.c_str(), serverUrl_.c_str()); in StartDownload()
97 serverUrl_ = url; in StartDownload()
134 curl_easy_setopt(downloadHandle_, CURLOPT_URL, serverUrl_.c_str()); in ProcessThreadExecute()
205 callback_(serverUrl_, downloadFileName_, downloadProgress_); in DownloadCallback()
256 callback_(serverUrl_, downloadFileName_, downloadProgress_); in DealAbnormal()
/base/update/updateservice/services/engine/include/
H A Dprogress_thread.h101 std::string serverUrl_; member in OHOS::UpdateEngine::DownloadThread

Completed in 1 milliseconds