Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Drelayserver.cc438 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in HandleStunAllocate()
501 StunAttribute::CreateUInt32(cricket::STUN_ATTR_OPTIONS); in HandleStunSend()
Dstun.h239 static StunUInt32Attribute* CreateUInt32(uint16_t type);
Dstun_unittest.cc1374 StunUInt32Attribute* uval2 = StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in TEST_F()
1395 uval2 = StunAttribute::CreateUInt32(STUN_ATTR_BANDWIDTH); in TEST_F()
Drelayserver_unittest.cc162 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in AddLifetimeAttr()
Drelayport.cc598 StunAttribute::CreateUInt32(STUN_ATTR_OPTIONS); in SendTo()
Dstun.cc471 StunUInt32Attribute* StunAttribute::CreateUInt32(uint16_t type) { in CreateUInt32() function in cricket::StunAttribute
Dturnport.cc1033 StunUInt32Attribute* transport_attr = StunAttribute::CreateUInt32( in Prepare()