Home
last modified time | relevance | path

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

/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc748 session_->set_flags(PORTALLOCATOR_DISABLE_STUN | PORTALLOCATOR_DISABLE_RELAY | in TEST_F()
770 session_->set_flags(PORTALLOCATOR_DISABLE_STUN | PORTALLOCATOR_DISABLE_RELAY | in TEST_F()
788 allocator().set_flags(cricket::PORTALLOCATOR_DISABLE_STUN | in TEST_F()
814 allocator().set_flags(cricket::PORTALLOCATOR_DISABLE_STUN | in TEST_F()
842 allocator().set_flags(cricket::PORTALLOCATOR_DISABLE_STUN | in TEST_F()
863 allocator().set_flags(cricket::PORTALLOCATOR_DISABLE_STUN | in TEST_F()
886 allocator().set_flags(cricket::PORTALLOCATOR_DISABLE_STUN | in TEST_F()
913 allocator().set_flags(cricket::PORTALLOCATOR_DISABLE_STUN | in TEST_F()
960 PORTALLOCATOR_DISABLE_STUN | in TEST_F()
985 PORTALLOCATOR_DISABLE_STUN | in TEST_F()
[all …]
Dbasic_port_allocator.cc151 PORTALLOCATOR_DISABLE_STUN | PORTALLOCATOR_DISABLE_RELAY;
1324 *flags |= PORTALLOCATOR_DISABLE_STUN; in DisableEquivalentPhases()
1429 if (!IsFlagSet(PORTALLOCATOR_DISABLE_STUN)) { in CreateUDPPorts()
1462 if (IsFlagSet(PORTALLOCATOR_DISABLE_STUN)) { in CreateStunPorts()
/external/webrtc/p2p/base/
Dregathering_controller_unittest.cc32 const int kOnlyLocalPorts = cricket::PORTALLOCATOR_DISABLE_STUN |
Dport_allocator.h46 PORTALLOCATOR_DISABLE_STUN = 0x02, enumerator
Dp2p_transport_channel_unittest.cc66 static const int kOnlyLocalPorts = cricket::PORTALLOCATOR_DISABLE_STUN |
1771 PORTALLOCATOR_DISABLE_STUN | in TEST_F()
2247 PORTALLOCATOR_DISABLE_STUN | PORTALLOCATOR_DISABLE_TCP, in TEST_F()
2249 PORTALLOCATOR_DISABLE_STUN | in TEST_F()
4518 allocator_->set_flags(allocator_->flags() | PORTALLOCATOR_DISABLE_STUN | in P2PTransportChannelMostLikelyToWorkFirstTest()
5210 cricket::PORTALLOCATOR_DISABLE_STUN | in TEST_F()
/external/webrtc/pc/
Dpeer_connection_integrationtest.cc3872 constexpr int kOnlyLocalPorts = cricket::PORTALLOCATOR_DISABLE_STUN |
4167 cricket::PORTALLOCATOR_DISABLE_STUN |
4170 cricket::PORTALLOCATOR_DISABLE_TCP | cricket::PORTALLOCATOR_DISABLE_STUN |