Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dportallocator_unittest.cc424 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
446 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
473 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
796 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
899 allocator().set_flags(cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
1075 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
1111 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
1130 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
1168 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
1202 cricket::PORTALLOCATOR_DISABLE_TCP); in TEST_F()
[all …]
Dbasicportallocator.cc64 PORTALLOCATOR_DISABLE_UDP | PORTALLOCATOR_DISABLE_TCP |
774 *flags |= PORTALLOCATOR_DISABLE_TCP; in DisableEquivalentPhases()
917 if (IsFlagSet(PORTALLOCATOR_DISABLE_TCP)) { in CreateTCPPorts()
/external/webrtc/webrtc/p2p/base/
Dportallocator.h39 PORTALLOCATOR_DISABLE_TCP = 0x08, enumerator
Dp2ptransportchannel_unittest.cc42 cricket::PORTALLOCATOR_DISABLE_TCP;
/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc388 allocator_->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP | in WebRtcSessionTest()
1441 allocator_->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP); in ConfigureAllocatorWithTurn()
3766 allocator_->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
3773 allocator_->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
3789 allocator_->set_flags(cricket::PORTALLOCATOR_DISABLE_TCP | in TEST_F()
Dpeerconnection.cc628 portallocator_flags |= cricket::PORTALLOCATOR_DISABLE_TCP; in Initialize()