Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dsrtpfilter_unittest.cc60 static const cricket::CryptoParams kTestCryptoParams1( variable
146 EXPECT_TRUE(f1_.SetOffer(MakeVector(kTestCryptoParams1), CS_LOCAL)); in TEST_F()
154 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F()
156 offer.push_back(kTestCryptoParams1); in TEST_F()
178 EXPECT_TRUE(f1_.SetOffer(MakeVector(kTestCryptoParams1), CS_LOCAL)); in TEST_F()
185 std::vector<CryptoParams> offer(MakeVector(kTestCryptoParams1)); in TEST_F()
196 EXPECT_TRUE(f1_.SetOffer(MakeVector(kTestCryptoParams1), CS_LOCAL)); in TEST_F()
201 EXPECT_TRUE(f1_.SetOffer(MakeVector(kTestCryptoParams1), CS_LOCAL)); in TEST_F()
205 EXPECT_TRUE(f2_.SetOffer(MakeVector(kTestCryptoParams1), CS_REMOTE)); in TEST_F()
210 EXPECT_TRUE(f2_.SetOffer(MakeVector(kTestCryptoParams1), CS_REMOTE)); in TEST_F()
[all …]