Home
last modified time | relevance | path

Searched defs:allowed_cache_frame_size (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dhttp.rs78 allowed_cache_frame_size: usize, field
146 pub(crate) fn allowed_cache_frame_size(&self) -> usize { in allowed_cache_frame_size() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs551 pub fn allowed_cache_frame_size(mut self, size: usize) -> Self { in allowed_cache_frame_size() method