Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dinput.rs77 let frame = match sender.poll_recv_frame(cx) { in poll()
190 fn poll_recv_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<Frame, DispatchErrorKind>> { in poll_recv_frame() method
H A Dmanager.rs290 fn poll_recv_frame( in poll_recv_frame() method
698 match self.poll_recv_frame(cx, frame) { in poll_recv_message()