Home
last modified time | relevance | path

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

/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc1250 allocator().SetCandidateFilter(CF_RELAY); in TEST_F()
1487 allocator().SetCandidateFilter(CF_RELAY); in TEST_F()
1506 allocator().SetCandidateFilter(CF_RELAY); in TEST_F()
1525 allocator().SetCandidateFilter(CF_HOST); in TEST_F()
1543 allocator().SetCandidateFilter(CF_REFLEXIVE); in TEST_F()
1562 allocator().SetCandidateFilter(CF_REFLEXIVE); in TEST_F()
2125 allocator_->SetCandidateFilter(CF_RELAY); in TEST_F()
2166 allocator_->SetCandidateFilter(CF_NONE); in TEST_F()
2175 session_->SetCandidateFilter(CF_RELAY); in TEST_F()
2182 session_->SetCandidateFilter(CF_RELAY | CF_REFLEXIVE); in TEST_F()
[all …]
Dbasic_port_allocator.h132 void SetCandidateFilter(uint32_t filter) override;
Dbasic_port_allocator.cc304 void BasicPortAllocatorSession::SetCandidateFilter(uint32_t filter) { in SetCandidateFilter() function in cricket::BasicPortAllocatorSession
/external/webrtc/p2p/base/
Dport_allocator.cc216 session->SetCandidateFilter(candidate_filter()); in CreateSession()
249 ret->SetCandidateFilter(candidate_filter()); in TakePooledSession()
287 void PortAllocator::SetCandidateFilter(uint32_t filter) { in SetCandidateFilter() function in cricket::PortAllocator
Dport_allocator.h213 virtual void SetCandidateFilter(uint32_t filter) = 0;
559 void SetCandidateFilter(uint32_t filter);
562 void set_candidate_filter(uint32_t filter) { SetCandidateFilter(filter); } in set_candidate_filter()
Dport_allocator_unittest.cc104 allocator_->SetCandidateFilter(cricket::CF_RELAY); in TEST_F()
266 allocator_->SetCandidateFilter(cricket::CF_RELAY); in TEST_F()
Dp2p_transport_channel_unittest.cc1635 GetEndpoint(0)->allocator_->SetCandidateFilter(CF_RELAY); in TEST_F()
1636 GetEndpoint(1)->allocator_->SetCandidateFilter(CF_RELAY); in TEST_F()
5324 ep1->allocator_->SetCandidateFilter(CF_RELAY); in TEST_F()
5325 ep2->allocator_->SetCandidateFilter(CF_RELAY); in TEST_F()
5341 ep1->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5351 ep2->allocator_->SetCandidateFilter(CF_ALL); in TEST_F()
5396 ep1->allocator_->SetCandidateFilter(CF_RELAY); in TEST_F()
5397 ep2->allocator_->SetCandidateFilter(CF_RELAY); in TEST_F()
5409 ep1->allocator_->SetCandidateFilter(kCandidateFilterNoHost); in TEST_F()
5419 ep2->allocator_->SetCandidateFilter(kCandidateFilterNoHost); in TEST_F()
[all …]
Dfake_port_allocator.h108 void SetCandidateFilter(uint32_t filter) override { in SetCandidateFilter() function
Dp2p_transport_channel.cc1096 allocator_session()->SetCandidateFilter(cur_filter); in OnCandidateFilterChanged()
/external/webrtc/pc/
Dpeer_connection.cc5695 port_allocator_->SetCandidateFilter( in InitializePortAllocator_n()
5725 port_allocator_->SetCandidateFilter( in ReconfigurePortAllocator_n()