Searched refs:StartDownload (Results 1 - 5 of 5) sorted by relevance
/base/update/updateservice/services/engine/include/ |
H A D | progress_thread.h | 76 int32_t StartDownload(const std::string &fileName, const std::string &url);
|
/base/update/updateservice/services/firmware/upgrade/executor/src/ |
H A D | firmware_download_executor.cpp | 104 int32_t ret = downloadThread_->StartDownload(downloadFileName, downloadInfo.url); in PerformDownload()
|
/base/update/updateservice/services/engine/src/ |
H A D | progress_thread.cpp | 93 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 D | napi_webview_controller.h | 259 static napi_value StartDownload(napi_env env, napi_callback_info info);
|
H A D | napi_webview_controller.cpp | 581 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