Home
last modified time | relevance | path

Searched defs:DispatchErrorKind (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs150 ) -> Poll<Result<(), DispatchErrorKind>> { in manage_pending_state() argument
232 ) -> Result<(), DispatchErrorKind> { in input_stream_frame() argument
294 ) -> Poll<Result<(), DispatchErrorKind>> { in poll_recv_frame() argument
535 kind: DispatchErrorKind, in manage_resp_error()
536 ) -> Poll<Result<(), DispatchErrorKind>> { in manage_resp_error() argument
560 ) -> Poll<Result<(), DispatchErrorKind>> { in manage_stream_error() argument
604 ) -> Poll<Result<(), DispatchErrorKind>> { in manage_conn_error() argument
669 ) -> Result<(), DispatchErrorKind> { in send_peer_goaway() argument
697 ) -> Poll<Result<(), DispatchErrorKind>> { in poll_recv_message() argument
712 ) -> Poll<Result<(), DispatchErrorKind>> { in poll_channel_closed_exit() argument
[all …]
H A Doutput.rs79 fn poll_read_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), DispatchErrorKind>> { in poll_read_frame() argument
141 fn poll_blocked_task(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), DispatchErrorKind>> { in poll_blocked_task() argument
165 ) -> Poll<Result<(), DispatchErrorKind>> { in poll_iterator_frames() argument
197 exit_err: DispatchErrorKind, in transmit_error()
198 ) -> Poll<Result<(), DispatchErrorKind>> { in transmit_error() argument
212 ) -> Poll<Result<(), DispatchErrorKind>> { in transmit_message() argument
H A Dinput.rs135 fn poll_writer_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), DispatchErrorKind>> { in poll_writer_frame() argument
190 fn poll_recv_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<Frame, DispatchErrorKind>> { in poll_recv_frame() argument
H A Dstreams.rs375 ) -> Result<(), DispatchErrorKind> { in window_update_conn() argument
387 ) -> Result<(), DispatchErrorKind> { in window_update_streams() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs201 pub(crate) enum DispatchErrorKind { enum
635 impl From<std::io::Error> for DispatchErrorKind { implementation
641 impl From<H2Error> for DispatchErrorKind { implementation