Home
last modified time | relevance | path

Searched defs:StreamId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dframe.rs117 type StreamId = usize; typedef
203 pub fn stream_id(&self) -> StreamId { in stream_id()
209 pub fn new(id: StreamId, flags: FrameFlags, payload: Payload) -> Self { in new()
477 pub fn new(error_code: u32, last_stream_id: StreamId, debug_data: Vec<u8>) -> Self { in new()
491 pub fn get_last_stream_id(&self) -> StreamId { in get_last_stream_id()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs262 pub(crate) struct StreamId { struct
264 id: AtomicU32,
431 impl StreamId { impl