Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dstun_request.cc123 if (!msg->GetNonComprehendedAttributes().empty()) { in CheckResponse()
Dport.cc462 stun_msg->GetNonComprehendedAttributes(); in GetStunMessage()
/external/webrtc/api/transport/
Dstun.h168 std::vector<uint16_t> GetNonComprehendedAttributes() const;
Dstun.cc144 std::vector<uint16_t> StunMessage::GetNonComprehendedAttributes() const { in GetNonComprehendedAttributes() function in cricket::StunMessage