Home
last modified time | relevance | path

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

/external/webrtc/api/transport/
Dstun.cc231 const StunErrorCodeAttribute* error_attribute = GetErrorCode(); in GetErrorCodeValue() local
232 return error_attribute ? error_attribute->code() : STUN_ERROR_GLOBAL_FAILURE; in GetErrorCodeValue()
279 auto* error_attribute = GetErrorCode(); in ValidateMessageIntegrity() local
280 if (!error_attribute) { in ValidateMessageIntegrity()
285 switch (error_attribute->code()) { in ValidateMessageIntegrity()