Searched refs:AddIceCandidates (Results 1 – 5 of 5) sorted by relevance
41 bool AddIceCandidates(PeerConnectionWrapper* peer, in AddIceCandidates() function168 AddIceCandidates(bob.get(), alice->observer()->GetAllCandidates())); in TEST()170 AddIceCandidates(alice.get(), bob->observer()->GetAllCandidates())); in TEST()
109 bool AddIceCandidates(std::vector<const IceCandidateInterface*> candidates) { in AddIceCandidates() function in webrtc::PeerConnectionWrapperForRampUpTest225 callee_->AddIceCandidates(caller_->observer()->GetAllCandidates())); in SetupOneWayCall()227 caller_->AddIceCandidates(callee_->observer()->GetAllCandidates())); in SetupOneWayCall()
22 bool TestPeer::AddIceCandidates( in AddIceCandidates() function in webrtc::webrtc_pc_e2e::TestPeer
96 bool AddIceCandidates(
647 ASSERT_TRUE(bob_->AddIceCandidates(std::move(alice_candidates))); in ExchangeIceCandidates()658 ASSERT_TRUE(alice_->AddIceCandidates(std::move(bob_candidates))); in ExchangeIceCandidates()