Home
last modified time | relevance | path

Searched defs:total_bytes (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dbuilder.rs81 let total_bytes = reader.total_bytes(); in multipart() localVariable
188 pub fn total_bytes(mut self, total_bytes: Option<u64>) -> Self { in total_bytes() method
H A Dmod.rs188 total_bytes: Option<u64>, field
H A Dmultipart.rs100 pub fn total_bytes(&self) -> Option<u64> { in total_bytes() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Dbuilder.rs82 let total_bytes = reader.total_bytes(); in multipart() localVariable
192 pub fn total_bytes(mut self, total_bytes: Option<u64>) -> Self { in total_bytes() method
H A Dmod.rs188 total_bytes: Option<u64>, field
/ohos5.0/base/web/webview/interfaces/kits/napi/protos/
H A Dweb_download.proto39 optional int64 total_bytes = 4; field
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs100 pub fn total_bytes(&self) -> Option<u64> { in total_bytes() method