Home
last modified time | relevance | path

Searched refs:StunUInt64Attribute (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dstun.cc110 const StunUInt64Attribute* StunMessage::GetUInt64(int type) const { in GetUInt64()
111 return static_cast<const StunUInt64Attribute*>(GetAttribute(type)); in GetUInt64()
447 return new StunUInt64Attribute(type); in Create()
467 StunUInt64Attribute* StunAttribute::CreateUInt64(uint16_t type) { in CreateUInt64()
468 return new StunUInt64Attribute(type); in CreateUInt64()
674 StunUInt64Attribute::StunUInt64Attribute(uint16_t type, uint64_t value) in StunUInt64Attribute() function in cricket::StunUInt64Attribute
678 StunUInt64Attribute::StunUInt64Attribute(uint16_t type) in StunUInt64Attribute() function in cricket::StunUInt64Attribute
682 bool StunUInt64Attribute::Read(ByteBuffer* buf) { in Read()
688 bool StunUInt64Attribute::Write(ByteBuffer* buf) const { in Write()
Dstun.h123 class StunUInt64Attribute; variable
154 const StunUInt64Attribute* GetUInt64(int type) const;
240 static StunUInt64Attribute* CreateUInt64(uint16_t type);
362 class StunUInt64Attribute : public StunAttribute {
365 StunUInt64Attribute(uint16_t type, uint64_t value);
366 explicit StunUInt64Attribute(uint16_t type);
Dport.cc467 const StunUInt64Attribute* stun_attr = in MaybeIceRoleConflict()
697 request->AddAttribute(new StunUInt64Attribute( in Prepare()
709 request->AddAttribute(new StunUInt64Attribute( in Prepare()
Dport_unittest.cc1357 modified_req->AddAttribute(new StunUInt64Attribute( in TEST_F()
1628 const StunUInt64Attribute* ice_controlling_attr = in TEST_F()
1709 const StunUInt64Attribute* ice_controlled_attr = in TEST_F()
1751 const StunUInt64Attribute* ice_controlling_attr = in TEST_F()