Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dsettings.rs288 pub fn max_speed(mut self, max: u64) -> Self { in max_speed() method
581 let speed = speed.max_speed(1024); in ut_speed_limit_min_speed()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dconfig.rs130 pub fn max_speed(mut self, max: u64) -> Self { in max_speed() method