Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediasession_unittest.cc440 ContentInfo* ac_offer= offer->GetContentByName("audio"); in TestMediaDirectionInAnswer()
445 ContentInfo* vc_offer= offer->GetContentByName("video"); in TestMediaDirectionInAnswer()
487 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
488 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
511 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
512 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
620 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
621 const ContentInfo* dc = offer->GetContentByName("data"); in TEST_F()
656 EXPECT_TRUE(offer->GetContentByName("data") != NULL); in TEST_F()
668 const ContentInfo* data = offer1->GetContentByName("data"); in TEST_F()
[all …]
Dmediasession.cc598 const ContentInfo* content = sdesc->GetContentByName(content_name); in GetCryptosByName()
647 ContentInfo* content = sdesc->GetContentByName(content_name); in IsRtpContent()
712 ContentInfo* content = sdesc->GetContentByName(*it); in UpdateCryptoParamsForBundle()
1156 current_description->GetContentByName(content_name); in IsDtlsActive()
/external/webrtc/webrtc/p2p/base/
Dsessiondescription.h113 const ContentInfo* GetContentByName(const std::string& name) const;
114 ContentInfo* GetContentByName(const std::string& name);
Dsessiondescription.cc83 const ContentInfo* SessionDescription::GetContentByName( in GetContentByName() function in cricket::SessionDescription
88 ContentInfo* SessionDescription::GetContentByName( in GetContentByName() function in cricket::SessionDescription
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface_unittest.cc1596 answer->description()->GetContentByName("data"); in TEST_F()
1906 local_answer->description()->GetContentByName("video"); in TEST_F()
1915 video_info = local_offer->description()->GetContentByName("video"); in TEST_F()
1919 local_offer->description()->GetContentByName("audio"); in TEST_F()
1943 local_answer->description()->GetContentByName("video"); in TEST_F()
1946 local_answer->description()->GetContentByName("audio"); in TEST_F()
Dpeerconnection_unittest.cc183 if (offer->description()->GetContentByName("audio")) { in Negotiate()
184 offer->description()->GetContentByName("audio")->rejected = !audio; in Negotiate()
186 if (offer->description()->GetContentByName("video")) { in Negotiate()
187 offer->description()->GetContentByName("video")->rejected = !video; in Negotiate()
Dwebrtcsession_unittest.cc3824 EXPECT_TRUE(offer->description()->GetContentByName("data") == NULL); in TEST_P()
3843 EXPECT_TRUE(answer->description()->GetContentByName("data") != NULL); in TEST_P()