Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs127 input_tx: UnboundedSender<Frame>, in new()
293 frame: Frame, in poll_recv_frame()
401 frame: Frame, in recv_go_away_frame()
443 frame: Frame, in recv_reset_frame()
463 frame: Frame, in recv_header_frame()
666 frame: Frame, in send_peer_goaway()
696 frame: Frame, in poll_recv_message()
H A Dinput.rs122 req_rx: UnboundedReceiver<Frame>, in new()
190 fn poll_recv_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<Frame, DispatchErrorKind>> { in poll_recv_frame()
H A Dstreams.rs374 sender: &UnboundedSender<Frame>, in window_update_conn()
386 sender: &UnboundedSender<Frame>, in window_update_streams()
407 pub(crate) fn headers(&mut self, id: u32) -> Result<Option<Frame>, H2Error> { in headers()
734 headers: Frame, in new()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dframe.rs35 pub struct Frame { struct
36 ty: u64,
37 len: u64,
38 payload: Payload,
107 impl Frame { impl
H A Dencoder.rs85 pub fn set_frame(&mut self, frame: Frame) { in set_frame()
134 fn encode_frame(&self, frame_ref: Option<&Frame>, buf: &mut [u8]) -> Result<usize, Err> { in encode_frame()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs330 input_channel: (UnboundedSender<Frame>, UnboundedReceiver<Frame>), in launch()
500 input_tx: &UnboundedSender<Frame>, in poll_blocked_message()
549 pub(crate) async fn recv(&mut self) -> Result<Frame, HttpClientError> { in recv()
581 ) -> Poll<Result<Frame, HttpClientError>> { in poll_recv()
623 pub(crate) fn create_initial_settings(config: &H2Config) -> Frame { in create_initial_settings()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs51 pub struct Frame { struct
53 flags: FrameFlags, argument
60 pub enum FrameType { argument
201 impl Frame { implementation
591 pub fn ack(ping: Ping) -> Frame { in ack()
H A Dencoder.rs424 frame: &Frame, in iterate_headers_header()
570 frame: &Frame, in iterate_data_header()
694 frame: &Frame, in iterate_goaway_header()
812 frame: &Frame, in iterate_window_update_header()
911 frame: &Frame, in iterate_settings_header()
1035 frame: &Frame, in iterate_priority_header()
1234 frame: &Frame, in iterate_ping_header()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs67 headers_frame: Frame, in frame_2_response()
129 ) -> Result<Frame, HttpError> { in build_headers_frame()
240 poll_result: Poll<Frame>, in match_channel_message()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dsettings.rs34 pub(crate) fn check_conn_recv_window_update(&mut self) -> Option<Frame> { in check_conn_recv_window_update()
H A Dwindow.rs119 pub(crate) fn check_window_update(&mut self, id: u32) -> Option<Frame> { in check_window_update()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-graphics.md56 ## Frame section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-graphics.md56 ## Frame section
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp466 Frame::Frame() {} in Frame() function in sbc::Frame