Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dmod.rs49 pub(crate) mod progress; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
Dreader.rs170 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError>; in progress() method
209 fn progress(&mut self, filled: usize) -> Result<(), BodyProcessError> { in progress() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Doperator.rs63 fn progress<'a>(&'a mut self, uploaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Doperator.rs64 fn progress<'a>(&'a mut self, downloaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() method