Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs743 let ids = self.controller.streams.get_all_unclosed_streams(); in exit_with_error()
H A Dstreams.rs520 pub(crate) fn get_all_unclosed_streams(&mut self) -> Vec<u32> { in get_all_unclosed_streams() method