Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dstun_request_unittest.cc209 res->AddAttribute(StunAttribute::CreateUInt32(0x7777)); in TEST_F()
Dport_unittest.cc2314 in_msg->AddAttribute(StunAttribute::CreateUInt32(0x7777)); in TEST_F()
2315 in_msg->AddAttribute(StunAttribute::CreateUInt32(0x4567)); in TEST_F()
2317 in_msg->AddAttribute(StunAttribute::CreateUInt32(0xdead)); in TEST_F()
2364 modified_response->AddAttribute(StunAttribute::CreateUInt32(0x7777)); in TEST_F()
2393 in_msg->AddAttribute(StunAttribute::CreateUInt32(0x7777)); in TEST_F()
Dturn_port.cc1356 StunAttribute::CreateUInt32(STUN_ATTR_REQUESTED_TRANSPORT); in Prepare()
/external/webrtc/api/transport/
Dstun_unittest.cc1563 auto uval2 = StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME); in TEST_F()
1582 uval2 = StunAttribute::CreateUInt32(STUN_ATTR_BANDWIDTH); in TEST_F()
1769 auto uval2 = StunAttribute::CreateUInt32(STUN_ATTR_RETRANSMIT_COUNT); in TEST_F()
1809 auto uval2 = StunAttribute::CreateUInt32(STUN_ATTR_RETRANSMIT_COUNT); in TEST_F()
Dstun.h305 static std::unique_ptr<StunUInt32Attribute> CreateUInt32(uint16_t type);
Dstun.cc692 std::unique_ptr<StunUInt32Attribute> StunAttribute::CreateUInt32( in CreateUInt32() function in cricket::StunAttribute