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.cc107 EXPECT_EQ(cricket::CF_RELAY, session->candidate_filter()); in TEST_F()
270 EXPECT_EQ(cricket::CF_ALL, peeked_session->candidate_filter()); in TEST_F()
272 EXPECT_EQ(cricket::CF_RELAY, session->candidate_filter()); in TEST_F()
Dport_allocator.cc216 session->SetCandidateFilter(candidate_filter()); in CreateSession()
249 ret->SetCandidateFilter(candidate_filter()); in TakePooledSession()
Dfake_port_allocator.h156 uint32_t candidate_filter() const { return candidate_filter_; } in candidate_filter() function
Dport_allocator.h542 uint32_t candidate_filter() { in candidate_filter() function
Dp2p_transport_channel.cc1202 bool sharing_host = ((allocator_->candidate_filter() & CF_HOST) != 0); in AddRemoteCandidate()
1203 bool sharing_stun = ((allocator_->candidate_filter() & CF_REFLEXIVE) != 0); in AddRemoteCandidate()
/external/webrtc/pc/
Dpeer_connection_interface_unittest.cc1308 EXPECT_EQ(cricket::CF_NONE, port_allocator_->candidate_filter()); in TEST_P()
1310 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter()); in TEST_P()
1313 port_allocator_->candidate_filter()); in TEST_P()
1315 EXPECT_EQ(cricket::CF_ALL, port_allocator_->candidate_filter()); in TEST_P()
2440 EXPECT_EQ(cricket::CF_RELAY, port_allocator_->candidate_filter()); in TEST_P()