/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | manager.rs | 127 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 D | input.rs | 122 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 D | streams.rs | 374 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 D | frame.rs | 35 pub struct Frame { struct 36 ty: u64, 37 len: u64, 38 payload: Payload, 107 impl Frame { impl
|
H A D | encoder.rs | 85 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 D | dispatcher.rs | 330 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 D | frame.rs | 51 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 D | encoder.rs | 424 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 D | http2.rs | 67 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 D | settings.rs | 34 pub(crate) fn check_conn_recv_window_update(&mut self) -> Option<Frame> { in check_conn_recv_window_update()
|
H A D | window.rs | 119 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 D | js-apis-arkui-graphics.md | 56 ## Frame section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-graphics.md | 56 ## Frame section
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_frame.cpp | 466 Frame::Frame() {} in Frame() function in sbc::Frame
|