Searched refs:GetAllCandidates (Results 1 – 4 of 4) sorted by relevance
168 AddIceCandidates(bob.get(), alice->observer()->GetAllCandidates())); in TEST()170 AddIceCandidates(alice.get(), bob->observer()->GetAllCandidates())); in TEST()
225 callee_->AddIceCandidates(caller_->observer()->GetAllCandidates())); in SetupOneWayCall()227 caller_->AddIceCandidates(callee_->observer()->GetAllCandidates())); in SetupOneWayCall()
639 alice_->observer()->GetAllCandidates()); in ExchangeIceCandidates()650 bob_->observer()->GetAllCandidates()); in ExchangeIceCandidates()
199 std::vector<const IceCandidateInterface*> GetAllCandidates() { in GetAllCandidates() function