Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs276 .send_data_frame(frame.stream_id() as u32, frame.flags().is_end_stream()) in poll_send_frame()
H A Dstreams.rs612 pub(crate) fn send_data_frame(&mut self, id: u32, eos: bool) -> FrameRecvState { in send_data_frame() method