Home
last modified time | relevance | path

Searched refs:download (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_web_download_item.cpp31 namespace download { namespace
71 // An attempt to check the safety of the download failed due to unexpected
76 // a file (as part of resuming a previously interrupted download).
82 // The source and the target of the download were the same.
121 // partial download resumption was attempted using a If-Match header. However,
146 // invalid. The download is only interrupted if strong validators are present.
155 // The user canceled the download.
171 } // namespace download
786 WebDownloadItem *download = (WebDownloadItem *)data; in JS_Deserialize()
787 delete download; in JS_Deserialize()
[all...]
/base/request/request/services/src/manage/scheduler/qos/
H A Ddirection.rs15 pub(crate) download: Option<Vec<QosDirection>>,
23 download: None,
H A Dmod.rs39 // qos 里包含upload和download,通过empty确认哪些需要更新。
63 changes.download = Some(self.reschedule_inner(Action::Download));
/base/request/request/services/src/manage/scheduler/queue/
H A Drunning_task.rs24 use crate::task::download::download;
48 download(self.task.clone(), abort_flag).await;
H A Dmod.rs122 if let Some(vec) = qos.download {
/base/request/request/pre_download/native/src/
H A Dlib.rs14 //! # Pre-download native
24 mod download; modules
/base/request/request/services/src/task/
H A Dmod.rs21 pub(crate) mod download;
H A Ddownload.rs72 pub(crate) async fn download(task: Arc<RequestTask>, abort_flag: Arc<AtomicBool>) {
118 let _trace = Trace::new("download file");
122 info!("download task {} running", task.task_id());
214 "download file tid:{} size:{}",
220 if let Err(e) = downloader.download().await {
233 info!("task {} download ok", task.task_id());
288 use crate::task::download::{download_inner, TaskPhase};
332 .url("https://www.gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt") in ut_download_basic()
356 .url("https://www.gitee.com/tiga-ultraman/downloadTests/releases/download/v1.01/test.txt") in ut_download_resume()
378 .url("https://www.gitee.com/tiga-ultraman/downloadTests/releases/download/v in ut_download_not_support_range()
[all...]
/base/request/request/pre_download/netstack_rs/tests/
H A Ddownload.rs31 fn download() { in download() functions
/base/global/timezone/tool/update_tool/
H A Ddownload_iana.py48 print('start to download ' + file_name)
55 print('download finished!')
59 def download(file_type, save_path, version): function
104 file_name = download(file_type, download_path, version)
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp395 NWebDownloadItem *download = nullptr; in HWTEST_F() local
396 int speed = WebDownloadItem_CurrentSpeed(download); in HWTEST_F()
398 int complete = WebDownloadItem_PercentComplete(download); in HWTEST_F()
425 NWebDownloadItem *download = nullptr; in HWTEST_F() local
426 bool isPaused = WebDownloadItem_IsPaused(download); in HWTEST_F()
435 int nWebId = WebDownloadItem_NWebId(download); in HWTEST_F()

Completed in 5 milliseconds