Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dpeer_connection_rampup_tests.cc403 PeerConnection::kTcpCandidatePolicyDisabled; in TEST_F()
406 PeerConnection::kTcpCandidatePolicyDisabled; in TEST_F()
Dpeer_connection_interface_unittest.cc1329 PeerConnectionInterface::kTcpCandidatePolicyDisabled; in TEST_P()
1369 PeerConnectionInterface::kTcpCandidatePolicyDisabled; in TEST_P()
Dpeer_connection.cc5676 if (configuration.tcp_candidate_policy == kTcpCandidatePolicyDisabled) { in InitializePortAllocator_n()
/external/webrtc/sdk/android/src/jni/pc/
Dice_candidate.cc145 return PeerConnectionInterface::kTcpCandidatePolicyDisabled; in JavaToNativeTcpCandidatePolicy()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.mm378 return webrtc::PeerConnectionInterface::kTcpCandidatePolicyDisabled;
397 case webrtc::PeerConnectionInterface::kTcpCandidatePolicyDisabled:
/external/webrtc/sdk/objc/unittests/
DRTCConfigurationTest.mm73 EXPECT_EQ(webrtc::PeerConnectionInterface::kTcpCandidatePolicyDisabled,
/external/webrtc/api/
Dpeer_connection_interface.h265 kTcpCandidatePolicyDisabled enumerator