Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dconnection.cc1123 cached_stun_binding_ = request->msg()->Clone(); in OnConnectionRequestResponse()
1137 cached_stun_binding_.reset(); in OnConnectionRequestErrorResponse()
1340 if (remote_support_goog_ping_ == true && cached_stun_binding_ && in ShouldSendGoogPing()
1341 cached_stun_binding_->EqualAttributes(message, [](int type) { in ShouldSendGoogPing()
Dconnection.h457 std::unique_ptr<StunMessage> cached_stun_binding_; variable