Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs55 boundary: gen_boundary(), in new()
539 fn gen_boundary() -> String { in gen_boundary() function
592 use crate::body::mime::simple::{gen_boundary, MultiPartState, ReadStatus};
602 let s1 = gen_boundary(); in ut_gen_boundary()
603 let s2 = gen_boundary(); in ut_gen_boundary()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs53 boundary: gen_boundary(), in new()
480 fn gen_boundary() -> String { in gen_boundary() function