Home
last modified time | relevance | path

Searched defs:TestConnection (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DConscryptSocketTest.java376 class TestConnection { class in ConscryptSocketTest
386 TestConnection(X509Certificate[] chain, PrivateKey key) throws Exception { in TestConnection() method in ConscryptSocketTest.TestConnection
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptSocketTest.java367 class TestConnection { class in ConscryptSocketTest
377 TestConnection(X509Certificate[] chain, PrivateKey key) throws Exception { in TestConnection() method in ConscryptSocketTest.TestConnection
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_test.cc189 class TestConnection : public QuicConnection { class
191 TestConnection(QuicConnectionId connection_id, in TestConnection() function in quic::test::__anonbf495eff0111::TestConnection