Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dconnection.cc674 auto goog_misc = request->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in SendStunBindingResponse() local
675 if (goog_misc != nullptr && in SendStunBindingResponse()
676 goog_misc->Size() >= kSupportGoogPingVersionRequestIndex && in SendStunBindingResponse()
678 goog_misc->GetType(kSupportGoogPingVersionRequestIndex) >= 1) { in SendStunBindingResponse()
1107 auto goog_misc = response->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in OnConnectionRequestResponse() local
1108 if (goog_misc != nullptr && in OnConnectionRequestResponse()
1109 goog_misc->Size() >= kSupportGoogPingVersionResponseIndex) { in OnConnectionRequestResponse()
1113 goog_misc->GetType(kSupportGoogPingVersionResponseIndex) >= in OnConnectionRequestResponse()
Dport_unittest.cc2885 auto goog_misc = msg->GetUInt16List(STUN_ATTR_GOOG_MISC_INFO); in GetSupportedGoogPingVersion() local
2886 if (goog_misc == nullptr) { in GetSupportedGoogPingVersion()
2891 if (goog_misc->Size() < in GetSupportedGoogPingVersion()
2897 return goog_misc->GetType( in GetSupportedGoogPingVersion()
2903 if (goog_misc->Size() < in GetSupportedGoogPingVersion()
2909 return goog_misc->GetType( in GetSupportedGoogPingVersion()