Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs300 self.recv_ping_frame(frame)?; in poll_recv_frame()
380 fn recv_ping_frame(&mut self, frame: Frame) -> Result<(), DispatchErrorKind> { in recv_ping_frame() method