Home
last modified time | relevance | path

Searched defs:HandshakeError (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dd2d_handshake_context.rs26 pub enum HandshakeError { enum
72 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError>; in to_connection_context() argument
81 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError>; in to_completed_handshake() argument
160 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError> { in to_connection_context() argument
168 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError> { in to_completed_handshake() argument
267 fn to_completed_handshake(&self) -> Result<&CompletedHandshake, HandshakeError> { in to_completed_handshake() argument
276 fn to_connection_context(&mut self) -> Result<D2DConnectionContextV1<R>, HandshakeError> { in to_connection_context() argument
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dmod.rs56 pub enum HandshakeError<Role: HandshakeRole> { enum
63 impl<Role: HandshakeRole> fmt::Debug for HandshakeError<Role> { implementation
72 impl<Role: HandshakeRole> fmt::Display for HandshakeError<Role> { implementation
81 impl<Role: HandshakeRole> ErrorTrait for HandshakeError<Role> {} implementation
83 impl<Role: HandshakeRole> From<Error> for HandshakeError<Role> { implementation
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Derror.rs138 pub enum HandshakeError<S> { enum
149 impl<S: fmt::Debug> StdError for HandshakeError<S> { implementation
158 impl<S: fmt::Debug> fmt::Display for HandshakeError<S> { implementation
181 impl<S> From<ErrorStack> for HandshakeError<S> { implementation
/aosp_15_r20/external/cronet/net/socket/
H A Dsocks_connect_job_unittest.cc148 TEST_F(SOCKSConnectJobTest, HandshakeError) { in TEST_F() argument
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/src/
Dlib.rs90 HandshakeError(HandshakeError), enumerator