Home
last modified time | relevance | path

Searched refs:StartDownload (Results 1 - 5 of 5) sorted by relevance

/base/update/updateservice/services/engine/include/
H A Dprogress_thread.h76 int32_t StartDownload(const std::string &fileName, const std::string &url);
/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_download_executor.cpp104 int32_t ret = downloadThread_->StartDownload(downloadFileName, downloadInfo.url); in PerformDownload()
/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp93 int32_t DownloadThread::StartDownload(const std::string &fileName, const std::string &url) in StartDownload() function in OHOS::UpdateEngine::DownloadThread
95 ENGINE_LOGI("StartDownload downloadFileName_ %s, serverUrl_ = %s", downloadFileName_.c_str(), serverUrl_.c_str()); in StartDownload()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h259 static napi_value StartDownload(napi_env env, napi_callback_info info);
H A Dnapi_webview_controller.cpp581 DECLARE_NAPI_FUNCTION("startDownload", NapiWebviewController::StartDownload), in Init()
4793 napi_value NapiWebviewController::StartDownload(napi_env env, napi_callback_info info) in StartDownload() function in OHOS::NWeb::NapiWebviewController
4795 WVLOG_D("[DOWNLOAD] NapiWebviewController::StartDownload"); in StartDownload()

Completed in 12 milliseconds