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 D | http_body.rs | 74 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 D | client.rs | 75 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 D | client.rs | 106 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 D | oh__input__manager_8h.md | 154 …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 D | input.md | 162 …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…
|