Lines Matching refs:content_name
887 EXPECT_EQ(transport1.content_name, transport2.content_name); in CompareSessionDescription()
962 std::string content_name; in UpdateCandidateUfragPwd() local
964 content_name = kAudioContentName; in UpdateCandidateUfragPwd()
966 content_name = kVideoContentName; in UpdateCandidateUfragPwd()
971 content_name, TransportDescription(ufrag, pwd)); in UpdateCandidateUfragPwd()
974 desc->RemoveTransportInfoByName(content_name); in UpdateCandidateUfragPwd()
990 void AddIceOptions(const std::string& content_name, in AddIceOptions() argument
992 ASSERT_TRUE(desc_.GetTransportInfoByName(content_name) != NULL); in AddIceOptions()
994 *(desc_.GetTransportInfoByName(content_name)); in AddIceOptions()
995 desc_.RemoveTransportInfoByName(content_name); in AddIceOptions()
1000 void SetIceUfragPwd(const std::string& content_name, in SetIceUfragPwd() argument
1003 ASSERT_TRUE(desc_.GetTransportInfoByName(content_name) != NULL); in SetIceUfragPwd()
1005 *(desc_.GetTransportInfoByName(content_name)); in SetIceUfragPwd()
1006 desc_.RemoveTransportInfoByName(content_name); in SetIceUfragPwd()