Home
last modified time | relevance | path

Searched refs:allowed_cache_frame_size (Results 1 – 3 of 3) 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
112 self.allowed_cache_frame_size = size; in set_allowed_cache_frame_size()
146 pub(crate) fn allowed_cache_frame_size(&self) -> usize { in allowed_cache_frame_size() method
147 self.allowed_cache_frame_size in allowed_cache_frame_size()
164 allowed_cache_frame_size: 5, in default()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs307 config.allowed_cache_frame_size(), in new()
318 allowed_cache: config.allowed_cache_frame_size(), in new()
/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