Searched refs:remote_description (Results 1 – 14 of 14) sorted by relevance
101 if (!Base::local_description() || !Base::remote_description()) { in NegotiateTransportDescription()110 Base::remote_description()->identity_fingerprint.get(); in NegotiateTransportDescription()141 Base::remote_description()->connection_role; in NegotiateTransportDescription()
267 const TransportDescription* remote_description() const { in remote_description() function
410 using Transport::remote_description;
297 if (!session_->remote_description()) { in CreateAnswer()303 if (session_->remote_description()->type() != in CreateAnswer()433 session_->remote_description() in InternalCreateAnswer()434 ? session_->remote_description()->description() in InternalCreateAnswer()
60 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, remote_description)
1049 return CreateRemoteOffer(options, session_->remote_description()); in CreateRemoteOffer()1991 session_->remote_description()); in TEST_P()2009 session_->remote_description()); in TEST_P()2164 session_->remote_description(); in TEST_F()2199 session_->remote_description(); in TEST_F()2217 remote_desc = session_->remote_description(); in TEST_F()2290 session_->remote_description(); in TEST_F()2880 EXPECT_EQ(1, session_->remote_description()->candidates(0)->count()); in TEST_F()2893 EXPECT_EQ(2, session_->remote_description()->candidates(0)->count()); in TEST_F()2906 EXPECT_EQ(1, session_->remote_description()->candidates(0)->count()); in TEST_F()[all …]
368 virtual const SessionDescriptionInterface* remote_description() const = 0;
738 pc_->remote_description()->description()); in VerifyRemoteRtpHeaderExtensions()743 pc_->remote_description()->description()); in VerifyRemoteRtpHeaderExtensions()1619 ASSERT_TRUE(pc_->remote_description() != NULL); in TEST_F()1795 EXPECT_TRUE(pc_->remote_description() != NULL); in TEST_F()1803 ASSERT_TRUE(pc_->remote_description()->ToString(&sdp)); in TEST_F()
115 const SessionDescriptionInterface* remote_description() const override;
242 const SessionDescriptionInterface* remote_description() const { in remote_description() function
1174 const SessionDescriptionInterface* PeerConnection::remote_description() const { in remote_description() function in webrtc::PeerConnection1175 return session_->remote_description(); in remote_description()
541 ASSERT_TRUE(peer_connection_->remote_description() != nullptr); in VerifyRejectedMediaInSessionDescription()544 peer_connection_->remote_description()->description(); in VerifyRejectedMediaInSessionDescription()
229 self.peerConnection->remote_description();
1658 ExtractNativePC(jni, j_pc)->remote_description(); in JOW()