Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs412 let last_stream_id = go_away.get_last_stream_id(); in recv_go_away_frame()
620 && go_away.get_last_stream_id() == go_away_payload.get_last_stream_id() in manage_conn_error()
680 && go_away.get_last_stream_id() in send_peer_goaway()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs491 pub fn get_last_stream_id(&self) -> StreamId { in get_last_stream_id() method
H A Ddecoder.rs1500 assert_eq!(goaway.get_last_stream_id(), 1); in ut_decode_goaway_payload()
H A Dencoder.rs761 *buf_item = (goaway.get_last_stream_id() in iterate_goaway_payload()