Searched refs:StartDownload (Results 1 – 5 of 5) sorted by relevance
76 int32_t StartDownload(const std::string &fileName, const std::string &url);
104 int32_t ret = downloadThread_->StartDownload(downloadFileName, downloadInfo.url); in PerformDownload()
93 int32_t DownloadThread::StartDownload(const std::string &fileName, const std::string &url) in StartDownload() function in OHOS::UpdateEngine::DownloadThread
259 static napi_value StartDownload(napi_env env, napi_callback_info info);
581 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