Home
last modified time | relevance | path

Searched refs:poll_progress (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Doperator.rs55 fn poll_progress( in poll_progress() method
81 fn poll_progress( in poll_progress() function
87 Pin::new(&mut **self).poll_progress(cx, uploaded, total) in poll_progress()
106 Pin::new(&mut fut.operator).poll_progress(cx, fut.uploaded, fut.total) in poll()
114 fn poll_progress( in poll_progress() method
H A Dmod.rs144 match Pin::new(&mut this.operator).poll_progress( in poll_read()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Doperator.rs53 fn poll_progress( in poll_progress() method
79 fn poll_progress( in poll_progress() function
85 Pin::new(&mut **self).poll_progress(cx, uploaded, total) in poll_progress()
104 Pin::new(&mut fut.operator).poll_progress(cx, fut.uploaded, fut.total) in poll()
112 fn poll_progress( in poll_progress() method
H A Dmod.rs144 match Pin::new(&mut this.operator).poll_progress( in poll_read()
272 fn poll_progress( in upload_op_cov() method
305 fn poll_progress( in upload_and_show_progress() method
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Doperator.rs72 fn poll_progress( in poll_progress() method
117 fn poll_progress( in poll_progress() function
123 Pin::new(&mut **self).poll_progress(cx, downloaded, total) in poll_progress()
160 Pin::new(&mut fut.operator).poll_progress(cx, fut.downloaded, fut.total) in poll()
177 fn poll_progress( in poll_progress() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Doperator.rs37 fn poll_progress( in poll_progress() method
88 fn poll_progress( in poll_progress() function
94 Pin::new(&mut **self).poll_progress(cx, downloaded, total) in poll_progress()
129 Pin::new(&mut fut.processor).poll_progress(cx, fut.downloaded, fut.total) in poll()
149 fn poll_progress( in poll_progress() method
/ohos5.0/commonlibrary/rust/ylong_http/docs/
H A Duser_guide.md155 fn poll_progress(
226 `poll_progress` 方法,以实现下载和显示回调功能。
249 fn poll_progress(
/ohos5.0/base/request/request/services/src/task/
H A Ddownload.rs47 fn poll_progress( in poll_progress() method
H A Dupload.rs129 fn poll_progress( in poll_progress() method