Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs181 return Err(DispatchErrorKind::ChannelClosed); in poll_recv_request()
200 return Err(DispatchErrorKind::ChannelClosed); in poll_recv_request()
287 .map_err(|_e| DispatchErrorKind::ChannelClosed) in poll_send_frame()
374 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in recv_settings_frame()
394 .map_err(|_e| DispatchErrorKind::ChannelClosed) in recv_ping_frame()
571 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in manage_stream_error()
628 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in manage_conn_error()
675 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in send_peer_goaway()
686 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in send_peer_goaway()
713 if self.exit_with_error(cx, DispatchErrorKind::ChannelClosed) { in poll_channel_closed_exit()
[all …]
H A Doutput.rs112 return Poll::Ready(Err(DispatchErrorKind::ChannelClosed)) in poll_read_frame()
146 return Poll::Ready(Err(DispatchErrorKind::ChannelClosed)); in poll_blocked_task()
222 Poll::Ready(Err(_)) => Poll::Ready(Err(DispatchErrorKind::ChannelClosed)), in transmit_message()
H A Dinput.rs193 Poll::Ready(None) => Poll::Ready(Err(DispatchErrorKind::ChannelClosed)), in poll_recv_frame()
199 Poll::Ready(Err(_e)) => Poll::Ready(Err(DispatchErrorKind::ChannelClosed)), in poll_recv_frame()
H A Dstreams.rs379 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in window_update_conn()
399 .map_err(|_e| DispatchErrorKind::ChannelClosed)?; in window_update_streams()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs204 ChannelClosed, enumerator
653 DispatchErrorKind::ChannelClosed => { in dispatch_client_error()