Searched refs:session2 (Results 1 – 10 of 10) sorted by relevance
453 NativeSslSession session2 = in check_reserializableFromByteArray_roundTrip() local455 byte[] sessionBytes2 = session2.toBytes(); in check_reserializableFromByteArray_roundTrip()457 assertSSLSessionEquals(session, session2); in check_reserializableFromByteArray_roundTrip()
2633 long session2 = NativeCrypto.d2i_SSL_SESSION(b); in test_i2d_SSL_SESSION()2634 assertTrue(session2 != NULL); in test_i2d_SSL_SESSION()2637 assertTrue(NativeCrypto.SSL_SESSION_cipher(session2) != null); in test_i2d_SSL_SESSION()2639 NativeCrypto.SSL_SESSION_cipher(session2)); in test_i2d_SSL_SESSION()2641 NativeCrypto.SSL_SESSION_free(session2); in test_i2d_SSL_SESSION()
449 NativeSslSession session2 = in check_reserializableFromByteArray_roundTrip() local451 byte[] sessionBytes2 = session2.toBytes(); in check_reserializableFromByteArray_roundTrip()453 assertSSLSessionEquals(session, session2); in check_reserializableFromByteArray_roundTrip()
2625 long session2 = NativeCrypto.d2i_SSL_SESSION(b); in test_i2d_SSL_SESSION()2626 assertTrue(session2 != NULL); in test_i2d_SSL_SESSION()2629 assertTrue(NativeCrypto.SSL_SESSION_cipher(session2) != null); in test_i2d_SSL_SESSION()2631 NativeCrypto.SSL_SESSION_cipher(session2)); in test_i2d_SSL_SESSION()2633 NativeCrypto.SSL_SESSION_free(session2); in test_i2d_SSL_SESSION()
65 ofSameTypeAsSession:(RTCSessionDescription*)session2;82 ofSameTypeAsSession:(RTCSessionDescription*)session2 {83 return [session1.type isEqual:session2.type];
142 ' | perfetto -c - --txt --detach=session2 -o /data/misc/perfetto-traces/trace146 perfetto --attach=session2 --stop
4442 bssl::UniquePtr<SSL_SESSION> session2 = in TEST_P() local4444 ASSERT_TRUE(session2); in TEST_P()4461 threads.emplace_back([&] { connect_with_session(session2.get()); }); in TEST_P()4462 threads.emplace_back([&] { connect_with_session(session2.get()); }); in TEST_P()4500 bssl::UniquePtr<SSL_SESSION> session2 = in TEST_P() local4502 ASSERT_TRUE(session2); in TEST_P()4519 threads.emplace_back([&] { connect_with_session(session2.get()); }); in TEST_P()4520 threads.emplace_back([&] { connect_with_session(session2.get()); }); in TEST_P()
4171 session2 = stats['session']4172 self.assertEqual(session2.id, session.id)4173 self.assertEqual(session2, session)4174 self.assertIsNot(session2, session)4175 self.assertGreaterEqual(session2.time, session.time)4176 self.assertGreaterEqual(session2.timeout, session.timeout)
259 session2 = session.Session(server.target)276 with session2:
281 session2 = session.Session(server.target)298 with session2:2680 session2 = session.Session(server.target)2698 with session2: