HomeSort by relevance Sort by last modified time
    Searched defs:transport_desc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 315 const cricket::TransportDescription* transport_desc = local
323 IceUfragPwdPair(transport_desc->ice_ufrag, transport_desc->ice_pwd);
326 EXPECT_NE(ufrag_pwd.first, transport_desc->ice_ufrag);
327 EXPECT_NE(ufrag_pwd.second, transport_desc->ice_pwd);
330 EXPECT_EQ(ufrag_pwd.first, transport_desc->ice_ufrag);
331 EXPECT_EQ(ufrag_pwd.second, transport_desc->ice_pwd);
    [all...]
webrtcsession_unittest.cc 603 const cricket::TransportDescription* transport_desc = local
605 std::string ufrag_line = "a=ice-ufrag:" + transport_desc->ice_ufrag
607 std::string pwd_line = "a=ice-pwd:" + transport_desc->ice_pwd
630 const cricket::TransportDescription* transport_desc = local
632 std::string ufrag_line = "a=ice-ufrag:" + transport_desc->ice_ufrag
634 std::string pwd_line = "a=ice-pwd:" + transport_desc->ice_pwd
    [all...]

Completed in 924 milliseconds