Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediasession_unittest.cc1316 const DataContentDescription* updated_dcd = in TEST_F() local
1323 EXPECT_EQ(dcd->type(), updated_dcd->type()); in TEST_F()
1324 EXPECT_EQ(dcd->codecs(), updated_dcd->codecs()); in TEST_F()
1329 ASSERT_CRYPTO(updated_dcd, 1U, CS_AES_CM_128_HMAC_SHA1_80); in TEST_F()
1330 EXPECT_TRUE(CompareCryptoParams(dcd->cryptos(), updated_dcd->cryptos())); in TEST_F()
1346 const StreamParamsVec& updated_data_streams = updated_dcd->streams(); in TEST_F()
1482 const DataContentDescription* updated_dcd = in TEST_F() local
1489 ASSERT_CRYPTO(updated_dcd, 1U, CS_AES_CM_128_HMAC_SHA1_80); in TEST_F()
1490 EXPECT_TRUE(CompareCryptoParams(dcd->cryptos(), updated_dcd->cryptos())); in TEST_F()
1496 EXPECT_EQ(dcd->type(), updated_dcd->type()); in TEST_F()
[all …]