Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs211 pub(crate) next_stream_id: StreamId,
296 let next_stream_id = StreamId { in new() localVariable
317 next_stream_id, in new()
371 let id = self.next_stream_id.generate_id(); in dispatch()