Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc153 static const char kAttributeIcePwd[] = "ice-pwd"; variable
1305 InitAttrLine(kAttributeIcePwd, &os); in BuildMediaDescription()
1917 } else if (HasAttribute(line, kAttributeIcePwd)) { in ParseSessionDescription()
1918 if (!GetValue(line, kAttributeIcePwd, &(session_td->ice_pwd), error)) { in ParseSessionDescription()
2535 } else if (HasAttribute(line, kAttributeIcePwd)) { in ParseContent()
2536 if (!GetValue(line, kAttributeIcePwd, &transport->ice_pwd, error)) { in ParseContent()