Searched refs:CreateUInt32 (Results 1 – 6 of 6) sorted by relevance
209 res->AddAttribute(StunAttribute::CreateUInt32(0x7777)); in TEST_F()
2314 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()
1356 StunAttribute::CreateUInt32(STUN_ATTR_REQUESTED_TRANSPORT); in Prepare()
1563 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()
305 static std::unique_ptr<StunUInt32Attribute> CreateUInt32(uint16_t type);
692 std::unique_ptr<StunUInt32Attribute> StunAttribute::CreateUInt32( in CreateUInt32() function in cricket::StunAttribute