Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs419 match self.controller.send_message_to_stream( in recv_go_away_frame()
450 StreamEndState::OK => self.controller.send_message_to_stream( in recv_reset_frame()
470 FrameRecvState::OK => self.controller.send_message_to_stream( in recv_header_frame()
500 FrameRecvState::OK => self.controller.send_message_to_stream( in recv_data_frame()
573 match self.controller.send_message_to_stream( in manage_stream_error()
746 match self.controller.send_message_to_stream( in exit_with_error()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs466 pub(crate) fn send_message_to_stream( in send_message_to_stream() method