Home
last modified time | relevance | path

Searched refs:connection_delegate (Results 1 – 16 of 16) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/quic/testing/
H A Dfake_quic_connection_factory.cc134 QuicConnection::Delegate* connection_delegate) { in Connect() argument
142 this, next_connection_id_++, connection_delegate); in Connect()
166 QuicConnection::Delegate* connection_delegate) { in Connect() argument
167 return bridge_->Connect(endpoint, connection_delegate); in Connect()
203 QuicConnection::Delegate* connection_delegate) { in Connect() argument
H A Dfake_quic_connection_factory.h33 QuicConnection::Delegate* connection_delegate);
67 QuicConnection::Delegate* connection_delegate) override;
94 QuicConnection::Delegate* connection_delegate) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/quic/testing/
H A Dfake_quic_connection_factory.cc134 QuicConnection::Delegate* connection_delegate) { in Connect() argument
142 this, next_connection_id_++, connection_delegate); in Connect()
166 QuicConnection::Delegate* connection_delegate) { in Connect() argument
167 return bridge_->Connect(endpoint, connection_delegate); in Connect()
203 QuicConnection::Delegate* connection_delegate) { in Connect() argument
H A Dfake_quic_connection_factory.h35 QuicConnection::Delegate* connection_delegate);
69 QuicConnection::Delegate* connection_delegate) override;
96 QuicConnection::Delegate* connection_delegate) override;
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/client/connection/
H A Dconnection_delegate.hpp21 struct connection_delegate { struct
32 virtual ~connection_delegate() = default;
H A Dconnection_delegate_factory.hpp31 typedef std::shared_ptr<connection_delegate> connection_delegate_ptr;
H A Dnormal_delegate.hpp24 struct normal_delegate : connection_delegate {
H A Dssl_delegate.hpp25 struct ssl_delegate : public connection_delegate,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/quic/
H A Dquic_connection_factory.h42 QuicConnection::Delegate* connection_delegate) = 0;
H A Dquic_connection_factory_impl.h38 QuicConnection::Delegate* connection_delegate) override;
H A Dquic_connection_factory_impl.cc150 QuicConnection::Delegate* connection_delegate) { in Connect() argument
169 this, connection_delegate, std::move(transport), in Connect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/quic/
H A Dquic_connection_factory.h42 QuicConnection::Delegate* connection_delegate) = 0;
H A Dquic_connection_factory_impl.h39 QuicConnection::Delegate* connection_delegate) override;
H A Dquic_connection_factory_impl.cc150 QuicConnection::Delegate* connection_delegate) { in Connect() argument
169 this, connection_delegate, std::move(transport), in Connect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/demo/
H A Dosp_demo.cc378 DemoConnectionDelegate connection_delegate; in RunControllerPollLoop() local
404 url, service_id, &request_delegate, &connection_delegate); in RunControllerPollLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/demo/
H A Dosp_demo.cc379 DemoConnectionDelegate connection_delegate; in RunControllerPollLoop() local
405 url, service_id, &request_delegate, &connection_delegate); in RunControllerPollLoop()