Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmpp/
Dxmpplogintask.cc128 if (pctx_->tls_option_ == buzz::TLS_REQUIRED && !tls_present) { in Advance()
132 if ((pctx_->tls_option_ == buzz::TLS_REQUIRED || in Advance()
133 pctx_->tls_option_ == buzz::TLS_ENABLED) && tls_present) { in Advance()
170 pctx_->tls_option_ = buzz::TLS_ENABLED; in Advance()
Dxmppengineimpl.cc37 tls_option_(buzz::TLS_REQUIRED), in XmppEngineImpl()
114 tls_option_ = use_tls; in SetTls()
131 return tls_option_; in GetTls()
Dxmppengineimpl.h233 TlsOptions tls_option_; variable