Home
last modified time | relevance | path

Searched refs:AddCandidate (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/pc/
Djsep_session_description_unittest.cc129 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
148 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
172 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
189 EXPECT_FALSE(jsep_desc_->AddCandidate(&bad_candidate1)); in TEST_F()
192 EXPECT_FALSE(jsep_desc_->AddCandidate(&bad_candidate2)); in TEST_F()
199 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
203 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
213 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate_with_credentials)); in TEST_F()
227 EXPECT_TRUE(jsep_desc_->AddCandidate(&hostname_candidate)); in TEST_F()
260 EXPECT_TRUE(jsep_desc_->AddCandidate(&hostname_candidate_audio)); in TEST_F()
[all …]
Djsep_session_description.cc218 bool JsepSessionDescription::AddCandidate( in AddCandidate() function in webrtc::JsepSessionDescription
Dwebrtc_session_description_factory.cc120 dest_desc->AddCandidate(source_candidates->at(n)); in CopyCandidatesFromSessionDescription()
Dpeer_connection_ice_unittest.cc263 return sdesc->AddCandidate(jsep_candidate.get()); in AddCandidateToFirstTransport()
Dpeer_connection.cc4037 if (!mutable_remote_description()->AddCandidate(ice_candidate)) { in AddIceCandidate()
6208 mutable_local_description()->AddCandidate(candidate.get()); in OnTransportControllerCandidatesGathered()
Dwebrtc_sdp.cc975 jdesc->AddCandidate(candidate.get()); in SdpDeserialize()
Dwebrtc_sdp_unittest.cc1153 jdesc_.AddCandidate(&jice); in WebRtcSdpTest()
/external/webrtc/api/
Djsep_session_description.h63 virtual bool AddCandidate(const IceCandidateInterface* candidate);
Djsep.h165 virtual bool AddCandidate(const IceCandidateInterface* candidate) = 0;
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8270 void AddCandidate(QualType L, QualType R) { in AddCandidate() function in __anone93f13810c11::BuiltinOperatorOverloadBuilder
8661 AddCandidate(M1, cast<MatrixType>(M1)->getElementType()); in addMatrixBinaryArithmeticOverloads()
8662 AddCandidate(M1, M1); in addMatrixBinaryArithmeticOverloads()
8666 AddCandidate(cast<MatrixType>(M2)->getElementType(), M2); in addMatrixBinaryArithmeticOverloads()
8668 AddCandidate(M2, M2); in addMatrixBinaryArithmeticOverloads()