Searched refs:ChooseBestSaslMechanism (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
H A Dsaslhandler.h32 virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted) = 0;
H A Dplainsaslhandler.h31 virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted) { function in class:buzz::PlainSaslHandler
H A Dxmppauth.cc44 std::string XmppAuth::ChooseBestSaslMechanism( function in class:XmppAuth
H A Dxmppauth.h45 virtual std::string ChooseBestSaslMechanism(
H A Dxmppengineimpl.cc355 std::string XmppEngineImpl::ChooseBestSaslMechanism( function in class:buzz::XmppEngineImpl
357 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted);
H A Dxmppengineimpl.h179 std::string ChooseBestSaslMechanism(
H A Dxmpplogintask.cc192 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));

Completed in 897 milliseconds