Searched refs:GetContentByName (Results 1 – 11 of 11) sorted by relevance
396 ContentInfo* ac_offer= offer->GetContentByName("audio"); in TestMediaDirectionInAnswer()401 ContentInfo* vc_offer= offer->GetContentByName("video"); in TestMediaDirectionInAnswer()445 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()446 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()469 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()470 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()577 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()578 const ContentInfo* dc = offer->GetContentByName("data"); in TEST_F()613 EXPECT_TRUE(offer->GetContentByName("data") != NULL); in TEST_F()625 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()[all …]
561 const ContentInfo* content = sdesc->GetContentByName(content_name); in GetCryptosByName()605 ContentInfo* content = sdesc->GetContentByName(content_name); in IsRtpContent()672 ContentInfo* content = sdesc->GetContentByName(*it); in UpdateCryptoParamsForBundle()1042 current_description->GetContentByName(content_name); in IsDtlsActive()
1096 return ContentContainsCrypto(sdesc->GetContentByName(CN_AUDIO)) && in SessionDescriptionContainsCrypto()1097 ContentContainsCrypto(sdesc->GetContentByName(CN_VIDEO)); in SessionDescriptionContainsCrypto()
130 const ContentInfo* GetContentByName(const std::string& name) const;131 ContentInfo* GetContentByName(const std::string& name);
102 const ContentInfo* SessionDescription::GetContentByName( in GetContentByName() function in cricket::SessionDescription107 ContentInfo* SessionDescription::GetContentByName( in GetContentByName() function in cricket::SessionDescription
1408 old_session_desc->GetContentByName(content_name_a); in TestSession()1412 old_session_desc->GetContentByName(content_name_b); in TestSession()1431 new_session_desc->GetContentByName(content_name_a); in TestSession()1435 new_session_desc->GetContentByName(content_name_b); in TestSession()
722 local_description_->GetContentByName(*content_name); in MaybeEnableMuxingSupport()
596 if (offer->description()->GetContentByName("audio")) { in Negotiate()597 offer->description()->GetContentByName("audio")->rejected = !audio; in Negotiate()599 if (offer->description()->GetContentByName("video")) { in Negotiate()600 offer->description()->GetContentByName("video")->rejected = !video; in Negotiate()
840 desc->description()->GetContentByName("video"); in TEST_F()848 desc->description()->GetContentByName("audio"); in TEST_F()870 desc->description()->GetContentByName("video"); in TEST_F()875 desc->description()->GetContentByName("audio"); in TEST_F()
1080 answer->description()->GetContentByName("data"); in TEST_F()
2985 EXPECT_TRUE(offer->description()->GetContentByName("data") == NULL); in TEST_F()3004 EXPECT_TRUE(answer->description()->GetContentByName("data") != NULL); in TEST_F()