Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test.cc648 std::vector<std::unique_ptr<IceCandidateInterface>> bob_candidates = in ExchangeIceCandidates() local
651 for (auto& candidate : bob_candidates) { in ExchangeIceCandidates()
658 ASSERT_TRUE(alice_->AddIceCandidates(std::move(bob_candidates))); in ExchangeIceCandidates()