Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dinput.rs215 if frame.flags().is_ack() { in update_settings()
H A Dmanager.rs337 if frame.flags().is_ack() { in recv_settings_frame()
387 if frame.flags().is_ack() { in recv_ping_frame()
H A Doutput.rs233 if frame.flags().is_ack() { in update_settings()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs257 pub fn is_ack(&self) -> bool { in is_ack() method
H A Ddecoder.rs263 fn is_ack(&self) -> bool { in is_ack() method
567 if self.header.is_ack() { in decode_settings_payload()