Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Derror.rs53 NoError = 0x00, enumerator
114 0x00 => ErrorCode::NoError, in try_from()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs485 Poll::Ready(Err(H2Error::StreamError(stream_id, ErrorCode::NoError))) in send_message_to_stream()
493 Poll::Ready(Err(H2Error::StreamError(stream_id, ErrorCode::NoError))) in send_message_to_stream()
516 RstStream::new(ErrorCode::NoError.into_code()); in poll_blocked_message()
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp135 if (parseError.error != QJsonParseError::NoError) { in OnGetMsgInfo()