Home
last modified time | relevance | path

Searched refs:DispatchError (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/platform/impl/
Dtls_connection_posix.cc78 DispatchError(error); in TryReceiveMessage()
140 DispatchError(result_error); in SendAvailableBytes()
147 void TlsConnectionPosix::DispatchError(Error error) { in DispatchError() function in openscreen::TlsConnectionPosix
Dtls_connection_factory_posix.cc117 DispatchError(Error::Code::kSocketListenFailure); in SetListenCredentials()
135 DispatchError(Error::Code::kSocketListenFailure); in Listen()
165 connection_factory_weak_ptr->DispatchError(std::move(accepted.error())); in OnConnectionPending()
193 DispatchError(connection_result.error()); in ConfigureSsl()
338 void TlsConnectionFactoryPosix::DispatchError(Error error) { in DispatchError() function in openscreen::TlsConnectionFactoryPosix
Dtls_connection_posix.h57 void DispatchError(Error error);
Dtls_connection_factory_posix.h72 void DispatchError(Error error);