Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs514 if let StreamEndState::OK = self.streams.send_local_reset(key) { in poll_blocked_message()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs567 match self.controller.streams.send_local_reset(id) { in manage_stream_error()
H A Dstreams.rs544 pub(crate) fn send_local_reset(&mut self, id: u32) -> StreamEndState { in send_local_reset() method