Searched refs:transport_desc (Results 1 – 4 of 4) sorted by relevance
572 const cricket::TransportDescription* transport_desc = in VerifyLocalIceUfragAndPassword() local580 IceUfragPwdPair(transport_desc->ice_ufrag, transport_desc->ice_pwd); in VerifyLocalIceUfragAndPassword()583 EXPECT_NE(ufrag_pwd.first, transport_desc->ice_ufrag); in VerifyLocalIceUfragAndPassword()584 EXPECT_NE(ufrag_pwd.second, transport_desc->ice_pwd); in VerifyLocalIceUfragAndPassword()587 EXPECT_EQ(ufrag_pwd.first, transport_desc->ice_ufrag); in VerifyLocalIceUfragAndPassword()588 EXPECT_EQ(ufrag_pwd.second, transport_desc->ice_pwd); in VerifyLocalIceUfragAndPassword()
822 const cricket::TransportDescription* transport_desc = in RemoveIceUfragPwdLines() local824 std::string ufrag_line = "a=ice-ufrag:" + transport_desc->ice_ufrag in RemoveIceUfragPwdLines()826 std::string pwd_line = "a=ice-pwd:" + transport_desc->ice_pwd in RemoveIceUfragPwdLines()849 const cricket::TransportDescription* transport_desc = in ModifyIceUfragPwdLines() local851 std::string ufrag_line = "a=ice-ufrag:" + transport_desc->ice_ufrag in ModifyIceUfragPwdLines()853 std::string pwd_line = "a=ice-pwd:" + transport_desc->ice_pwd in ModifyIceUfragPwdLines()
472 const TransportDescription& transport_desc,
1544 const TransportDescription& transport_desc, in AddTransportAnswer() argument1547 transport_desc))) { in AddTransportAnswer()