Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Derror.rs105 pub fn into_code(self) -> u32 { in into_code() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs561 let rest_payload = RstStream::new(code.into_code()); in manage_stream_error()
608 code.into_code(), in manage_conn_error()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs516 RstStream::new(ErrorCode::NoError.into_code()); in poll_blocked_message()