Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_allocator_unittest.cc115 EXPECT_EQ(cricket::CF_RELAY, session->candidate_filter()); in TEST_F()
278 EXPECT_EQ(cricket::CF_ALL, peeked_session->candidate_filter()); in TEST_F()
280 EXPECT_EQ(cricket::CF_RELAY, session->candidate_filter()); in TEST_F()
Dport_allocator.cc227 session->SetCandidateFilter(candidate_filter()); in CreateSession()
261 ret->SetCandidateFilter(candidate_filter()); in TakePooledSession()
Dfake_port_allocator.h164 uint32_t candidate_filter() const { return candidate_filter_; } in candidate_filter() function
Dport_allocator.h560 uint32_t candidate_filter() { in candidate_filter() function
Dp2p_transport_channel.cc1304 bool sharing_host = ((allocator_->candidate_filter() & CF_HOST) != 0); in AddRemoteCandidate()
1305 bool sharing_stun = ((allocator_->candidate_filter() & CF_REFLEXIVE) != 0); in AddRemoteCandidate()
/external/webrtc/pc/
Dpeer_connection_interface_unittest.cc1317 EXPECT_EQ(cricket::CF_NONE, port_allocator_->candidate_filter()); in TEST_P()
1319 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter()); in TEST_P()
1322 port_allocator_->candidate_filter()); in TEST_P()
1324 EXPECT_EQ(cricket::CF_ALL, port_allocator_->candidate_filter()); in TEST_P()
2244 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter()); in TEST_P()