Home
last modified time | relevance | path

Searched refs:OutputExit (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs186 OutputExit(DispatchErrorKind), enumerator
191 OutputExit(DispatchErrorKind), enumerator
557 RespMessage::OutputExit(e) => Err(dispatch_client_error(e)), in recv()
566 RespMessage::OutputExit(e) => Err(dispatch_client_error(e)), in recv()
590 RespMessage::OutputExit(e) => Poll::Ready(Err(dispatch_client_error(e))), in poll_recv()
602 RespMessage::OutputExit(e) => Poll::Ready(Err(dispatch_client_error(e))), in poll_recv()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs110 match self.transmit_message(cx, OutputMessage::OutputExit(e.into())) { in poll_read_frame()
172 OutputMessage::OutputExit(DispatchErrorKind::H2(e)) in poll_iterator_frames()
199 match self.transmit_message(cx, OutputMessage::OutputExit(exit_err)) { in transmit_error()
H A Dmanager.rs82 OutputMessage::OutputExit(e) => { in poll()
97 OutputMessage::OutputExit(e) => { in poll()
422 RespMessage::OutputExit(error.into()), in recv_go_away_frame()
576 RespMessage::OutputExit(DispatchErrorKind::ChannelClosed), in manage_stream_error()
749 RespMessage::OutputExit(error), in exit_with_error()