Home
last modified time | relevance | path

Searched refs:UploadInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmod.rs93 info: Option<UploadInfo>,
139 this.info = Some(UploadInfo::new()); in poll_read()
191 struct UploadInfo { struct
195 impl UploadInfo { argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Dmod.rs92 info: Option<UploadInfo>,
139 this.info = Some(UploadInfo::new()); in poll_read()
191 struct UploadInfo { struct
195 impl UploadInfo { impl