Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun.h655 STUN_ATTR_PRIORITY = 0x0024, // UInt32 enumerator
Dstun.cc1311 case STUN_ATTR_PRIORITY: in GetAttributeValueType()
/external/webrtc/p2p/base/
Dconnection.cc236 STUN_ATTR_PRIORITY, prflx_priority)); in Prepare()
1284 request->msg()->GetUInt32(STUN_ATTR_PRIORITY); in MaybeUpdateLocalCandidate()
Dport_unittest.cc337 msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()
1722 const StunUInt32Attribute* priority_attr = msg->GetUInt32(STUN_ATTR_PRIORITY); in TEST_F()
1776 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_PRIORITY) == NULL); in TEST_F()
1807 EXPECT_TRUE(msg->GetByteString(STUN_ATTR_PRIORITY) == NULL); in TEST_F()
Dp2p_transport_channel_unittest.cc3198 std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, priority)); in ReceivePingOnConnection()
3441 request.AddAttribute(std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, in TEST_F()
3610 request.AddAttribute(std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, in TEST_F()
3839 request.AddAttribute(std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, in TEST_F()
3935 request.AddAttribute(std::make_unique<StunUInt32Attribute>(STUN_ATTR_PRIORITY, in TEST_F()
Dp2p_transport_channel.cc1002 stun_msg->GetUInt32(STUN_ATTR_PRIORITY); in OnUnknownAddress()