Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc1198 std::string sdp_with_extmap = kSdpString; in TestDeserializeExtmap() local
1201 &sdp_with_extmap); in TestDeserializeExtmap()
1205 &sdp_with_extmap); in TestDeserializeExtmap()
1207 &sdp_with_extmap); in TestDeserializeExtmap()
1213 EXPECT_FALSE(webrtc::SdpDeserialize(sdp_with_extmap, in TestDeserializeExtmap()
1217 EXPECT_TRUE(SdpDeserialize(sdp_with_extmap, &jdesc_with_extmap)); in TestDeserializeExtmap()
1755 std::string sdp_with_extmap = kSdpString; in TEST_F() local
1757 kExtmap, &sdp_with_extmap); in TEST_F()
1759 kExtmap, &sdp_with_extmap); in TEST_F()
1761 EXPECT_EQ(sdp_with_extmap, message); in TEST_F()