Searched refs:download (Results 1 - 11 of 11) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_web_download_item.cpp | 31 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 D | direction.rs | 15 pub(crate) download: Option<Vec<QosDirection>>, 23 download: None,
|
H A D | mod.rs | 39 // qos 里包含upload和download,通过empty确认哪些需要更新。 63 changes.download = Some(self.reschedule_inner(Action::Download));
|
/base/request/request/services/src/manage/scheduler/queue/ |
H A D | running_task.rs | 24 use crate::task::download::download; 48 download(self.task.clone(), abort_flag).await;
|
H A D | mod.rs | 122 if let Some(vec) = qos.download {
|
/base/request/request/pre_download/native/src/ |
H A D | lib.rs | 14 //! # Pre-download native 24 mod download; modules
|
/base/request/request/services/src/task/ |
H A D | mod.rs | 21 pub(crate) mod download;
|
H A D | download.rs | 72 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 D | download.rs | 31 fn download() { in download() functions
|
/base/global/timezone/tool/update_tool/ |
H A D | download_iana.py | 48 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 D | nweb_helper_test.cpp | 395 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