Home
last modified time | relevance | path

Searched refs:TestQuicCryptoClientConfigHandle (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/quic/
H A Dtest_quic_crypto_client_config_handle.cc9 TestQuicCryptoClientConfigHandle::TestQuicCryptoClientConfigHandle( in TestQuicCryptoClientConfigHandle() function in net::TestQuicCryptoClientConfigHandle
13 TestQuicCryptoClientConfigHandle::~TestQuicCryptoClientConfigHandle() = default;
15 quic::QuicCryptoClientConfig* TestQuicCryptoClientConfigHandle::GetConfig() in GetConfig()
H A Dtest_quic_crypto_client_config_handle.h19 class TestQuicCryptoClientConfigHandle : public QuicCryptoClientConfigHandle {
21 explicit TestQuicCryptoClientConfigHandle(
24 TestQuicCryptoClientConfigHandle& operator=(
25 const TestQuicCryptoClientConfigHandle&) = delete;
27 ~TestQuicCryptoClientConfigHandle() override;
H A Dquic_proxy_client_socket_test_base.cc191 std::make_unique<TestQuicCryptoClientConfigHandle>(&crypto_config_), in InitializeSession()
H A Dquic_http_stream_test.cc433 std::make_unique<TestQuicCryptoClientConfigHandle>(&crypto_config_), in Initialize()
H A Dquic_chromium_client_session_test.cc193 std::make_unique<TestQuicCryptoClientConfigHandle>(&crypto_config_), in Initialize()
H A Dbidirectional_stream_quic_impl_unittest.cc555 std::make_unique<TestQuicCryptoClientConfigHandle>(&crypto_config_), in Initialize()
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_handshake_stream_create_helper_test.cc509 std::make_unique<TestQuicCryptoClientConfigHandle>(&crypto_config), in CreateAndInitializeStream()
H A Dwebsocket_basic_stream_adapters_test.cc1296 std::make_unique<TestQuicCryptoClientConfigHandle>(&crypto_config_), in Initialize()