Home
last modified time | relevance | path

Searched refs:OnCryptoHandshakeComplete (Results 1 – 12 of 12) sorted by relevance

/external/openscreen/osp/impl/quic/
Dquic_service_common.h75 virtual uint64_t OnCryptoHandshakeComplete(
105 void OnCryptoHandshakeComplete(uint64_t connection_id) override;
Dquic_connection_impl.cc129 void QuicConnectionImpl::OnCryptoHandshakeComplete() { in OnCryptoHandshakeComplete() function in openscreen::osp::QuicConnectionImpl
132 delegate_->OnCryptoHandshakeComplete(session_->connection_id()); in OnCryptoHandshakeComplete()
Dquic_service_common.cc98 void ServiceConnectionDelegate::OnCryptoHandshakeComplete( in OnCryptoHandshakeComplete() function in openscreen::osp::ServiceConnectionDelegate
100 endpoint_id_ = parent_->OnCryptoHandshakeComplete(this, connection_id); in OnCryptoHandshakeComplete()
Dquic_connection.h47 virtual void OnCryptoHandshakeComplete(uint64_t connection_id) = 0;
Dquic_server.h56 uint64_t OnCryptoHandshakeComplete(ServiceConnectionDelegate* delegate,
Dquic_connection_impl.h89 void OnCryptoHandshakeComplete() override;
Dquic_client.h62 uint64_t OnCryptoHandshakeComplete(ServiceConnectionDelegate* delegate,
Dquic_server.cc114 uint64_t QuicServer::OnCryptoHandshakeComplete( in OnCryptoHandshakeComplete() function in openscreen::osp::QuicServer
Dquic_client.cc111 uint64_t QuicClient::OnCryptoHandshakeComplete( in OnCryptoHandshakeComplete() function in openscreen::osp::QuicClient
/external/openscreen/osp/impl/quic/testing/
Dfake_quic_connection_factory.cc65 connections_.receiver->delegate()->OnCryptoHandshakeComplete( in RunTasks()
67 connections_.controller->delegate()->OnCryptoHandshakeComplete( in RunTasks()
/external/openscreen/third_party/chromium_quic/demo/
Ddelegates.cc49 void SessionDelegate::OnCryptoHandshakeComplete() { in OnCryptoHandshakeComplete() function in SessionDelegate
Ddelegates.h57 void OnCryptoHandshakeComplete() override;