Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs543 let blocked = self.exit_with_error(cx, other); in manage_resp_error()
631 self.exit_with_error(cx, DispatchErrorKind::H2(H2Error::ConnectionError(code))); in manage_conn_error()
713 if self.exit_with_error(cx, DispatchErrorKind::ChannelClosed) { in poll_channel_closed_exit()
734 pub(crate) fn exit_with_error( in exit_with_error() method