Home
last modified time | relevance | path

Searched refs:interceptors (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs74 interceptors: Arc<Interceptors>, in new()
92 BodyLength::Chunk => Kind::Chunk(Chunk::new(pre, io, interceptors)), in new()
189 interceptors: Arc<Interceptors>, field
197 interceptors, in new()
246 self.interceptors in poll_read_io()
270 interceptors: Arc<Interceptors>, field
281 interceptors: Arc<Interceptors>, in new()
284 interceptors, in new()
367 self.interceptors.intercept_output(read_buf.filled())?; in poll_read_io()
400 interceptors: Arc<Interceptors>, field
[all …]
H A Dclient.rs75 interceptors: Arc<Interceptors>, field
140 interceptors: Arc::new(IdleInterceptor), in with_connector()
167 self.interceptors.intercept_retry(err)?; in request()
211 interceptor: Arc::clone(&self.interceptors), in send_request_on_conn()
242 self.interceptors in redirect()
248 self.interceptors.intercept_response(&response)?; in redirect()
285 interceptors: Arc<Interceptors>, field
311 interceptors: Arc::new(IdleInterceptor), in new()
452 pub fn interceptor<T>(mut self, interceptors: T) -> Self in interceptor()
456 self.interceptors = Arc::new(interceptors); in interceptor()
[all …]
/ohos5.0/base/request/request/services/src/task/
H A Dclient.rs106 let interceptors = DomainInterceptor::new(config.bundle.clone(), domain_type); in build_client() localVariable
107 client = client.interceptor(interceptors); in build_client()
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Doh__input__manager_8h.md154 …roptions) \*option) | Adds an interceptor for key events. If multiple interceptors are added, only…
155 …or input events, including mouse, touch, and axis events. If multiple interceptors are added, only…
H A Dinput.md162 …roptions) \*option) | Adds an interceptor for key events. If multiple interceptors are added, only…
163 …or input events, including mouse, touch, and axis events. If multiple interceptors are added, only…
995 …or input events, including mouse, touch, and axis events. If multiple interceptors are added, only…
1031 Adds an interceptor for key events. If multiple interceptors are added, only the first one takes ef…