Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/engine/include/
H A Dprogress_thread.h76 int32_t StartDownload(const std::string &fileName, const std::string &url);
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_download_executor.cpp104 int32_t ret = downloadThread_->StartDownload(downloadFileName, downloadInfo.url); in PerformDownload()
/ohos5.0/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
/ohos5.0/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()
5190 napi_value NapiWebviewController::StartDownload(napi_env env, napi_callback_info info) in StartDownload() function in OHOS::NWeb::NapiWebviewController