Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.h73 extern const char kSdpWithoutIceUfragPwd[];
Dwebrtcsession.cc86 const char kSdpWithoutIceUfragPwd[] = variable
1983 return BadSdp(source, type, kSdpWithoutIceUfragPwd, err_desc); in ValidateSessionDescription()
Dwebrtcsession_unittest.cc102 using webrtc::kSdpWithoutIceUfragPwd;
2800 SetLocalDescriptionOfferExpectError(kSdpWithoutIceUfragPwd, modified_offer); in TEST_F()
2812 SetRemoteDescriptionOfferExpectError(kSdpWithoutIceUfragPwd, modified_offer); in TEST_F()