Home
last modified time | relevance | path

Searched refs:StunUInt16ListAttribute (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/transport/
Dstun.cc185 const StunUInt16ListAttribute* StunMessage::GetUInt16List(int type) const { in GetUInt16List()
186 return static_cast<const StunUInt16ListAttribute*>(GetAttribute(type)); in GetUInt16List()
199 const StunUInt16ListAttribute* StunMessage::GetUnknownAttributes() const { in GetUnknownAttributes()
200 return static_cast<const StunUInt16ListAttribute*>( in GetUnknownAttributes()
671 return new StunUInt16ListAttribute(type, length); in Create()
707 std::unique_ptr<StunUInt16ListAttribute>
709 return std::make_unique<StunUInt16ListAttribute>(type, 0); in CreateUInt16ListAttribute()
712 std::unique_ptr<StunUInt16ListAttribute>
714 return std::make_unique<StunUInt16ListAttribute>(STUN_ATTR_UNKNOWN_ATTRIBUTES, in CreateUnknownAttributes()
1065 StunUInt16ListAttribute::StunUInt16ListAttribute(uint16_t type, uint16_t length) in StunUInt16ListAttribute() function in cricket::StunUInt16ListAttribute
[all …]
Dstun.h137 class StunUInt16ListAttribute; variable
175 const StunUInt16ListAttribute* GetUInt16List(int type) const;
182 const StunUInt16ListAttribute* GetUnknownAttributes() const;
309 static std::unique_ptr<StunUInt16ListAttribute> CreateUInt16ListAttribute(
312 static std::unique_ptr<StunUInt16ListAttribute> CreateUnknownAttributes();
502 class StunUInt16ListAttribute : public StunAttribute {
504 StunUInt16ListAttribute(uint16_t type, uint16_t length);
505 ~StunUInt16ListAttribute() override;
Dstun_unittest.cc1080 const StunUInt16ListAttribute* types = msg.GetUnknownAttributes(); in TEST_F()
1889 const StunUInt16ListAttribute* types = in TEST_F()
/external/webrtc/p2p/base/
Dport.cc787 std::unique_ptr<StunUInt16ListAttribute> unknown_attr = in SendUnknownAttributesErrorResponse()
Dport_unittest.cc2329 const StunUInt16ListAttribute* unknown_attributes = in TEST_F()