Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs27 DispatchErrorKind, OutputMessage, SettingsState, SettingsSync,
31 Pin<Box<dyn Future<Output = Result<(), SendError<OutputMessage>>> + Send + Sync>>;
46 resp_tx: BoundedSender<OutputMessage>,
65 resp_tx: BoundedSender<OutputMessage>, in new() argument
110 match self.transmit_message(cx, OutputMessage::OutputExit(e.into())) { in poll_read_frame()
172 OutputMessage::OutputExit(DispatchErrorKind::H2(e)) in poll_iterator_frames()
174 OutputMessage::Output(frame) in poll_iterator_frames()
199 match self.transmit_message(cx, OutputMessage::OutputExit(exit_err)) { in transmit_error()
211 message: OutputMessage, in transmit_message() argument
H A Dmanager.rs27 DispatchErrorKind, OutputMessage, ReqMessage, RespMessage, SettingsState, SettingsSync,
47 resp_rx: BoundedReceiver<OutputMessage>,
76 OutputMessage::Output(frame) => { in poll()
82 OutputMessage::OutputExit(e) => { in poll()
91 OutputMessage::Output(frame) => { in poll()
97 OutputMessage::OutputExit(e) => { in poll()
128 resp_rx: BoundedReceiver<OutputMessage>, in new() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs189 pub(crate) enum OutputMessage { enum