Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc134 if (dtls_active_) { in SetLocalCertificate()
147 dtls_active_ = true; in SetLocalCertificate()
162 if (dtls_active_) { in SetSslMaxProtocolVersion()
206 if (dtls_active_ && remote_fingerprint_value_ == remote_fingerprint_value && in SetRemoteFingerprint()
217 dtls_active_ = false; in SetRemoteFingerprint()
223 if (!dtls_active_) { in SetRemoteFingerprint()
351 if (!dtls_active_) { in SendPacket()
404 if (!dtls_active_) { in OnWritableState()
443 if (!dtls_active_ || dtls_state() == DTLS_TRANSPORT_CONNECTED) { in OnReceivingState()
456 if (!dtls_active_) { in OnReadPacket()
Ddtlstransportchannel.h103 bool IsDtlsActive() const override { return dtls_active_; } in IsDtlsActive()
228 bool dtls_active_ = false; variable