Home
last modified time | relevance | path

Searched refs:jsep_candidate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/
Djsep_session_description_unittest.cc128 JsepIceCandidate jsep_candidate("", 0, candidate_); in TEST_F() local
129 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
147 JsepIceCandidate jsep_candidate(mid, 0, candidate_); in TEST_F() local
148 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
171 JsepIceCandidate jsep_candidate("audio", 0, candidate_); in TEST_F() local
172 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
198 JsepIceCandidate jsep_candidate("", 0, candidate_); in TEST_F() local
199 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
203 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
286 JsepIceCandidate jsep_candidate("audio", 0, candidate_); in TEST_F() local
[all …]
Djsep_session_description.cc62 const IceCandidateInterface* jsep_candidate = candidate_collection.at(i); in UpdateConnectionAddress() local
63 if (jsep_candidate->candidate().component() != in UpdateConnectionAddress()
68 if (jsep_candidate->candidate().protocol() != cricket::UDP_PROTOCOL_NAME) { in UpdateConnectionAddress()
72 GetCandidatePreferenceFromType(jsep_candidate->candidate().type()); in UpdateConnectionAddress()
73 const int family = jsep_candidate->candidate().address().ipaddr().family(); in UpdateConnectionAddress()
85 jsep_candidate->candidate().address(); in UpdateConnectionAddress()
Dpeer_connection_ice_unittest.cc261 std::unique_ptr<IceCandidateInterface> jsep_candidate = in AddCandidateToFirstTransport() local
263 return sdesc->AddCandidate(jsep_candidate.get()); in AddCandidateToFirstTransport()
452 std::unique_ptr<IceCandidateInterface> jsep_candidate = in TEST_P() local
455 EXPECT_FALSE(caller->pc()->AddIceCandidate(jsep_candidate.get())); in TEST_P()
459 EXPECT_FALSE(caller->pc()->AddIceCandidate(jsep_candidate.get())); in TEST_P()
476 std::unique_ptr<IceCandidateInterface> jsep_candidate = in TEST_P() local
481 EXPECT_FALSE(caller->pc()->AddIceCandidate(jsep_candidate.get())); in TEST_P()
709 auto jsep_candidate = in TEST_P() local
712 callee->pc()->AddIceCandidate(std::move(jsep_candidate), in TEST_P()
734 auto jsep_candidate = in TEST_P() local
[all …]
Dpeer_connection_bundle_unittest.cc78 std::unique_ptr<IceCandidateInterface> jsep_candidate = in AddIceCandidateToMedia() local
80 return pc()->AddIceCandidate(jsep_candidate.get()); in AddIceCandidateToMedia()