Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dfakesession.h86 const std::string& ice_pwd() const { return ice_pwd_; } in ice_pwd()
108 ice_pwd_ = ice_pwd; in SetIceCredentials()
306 std::string ice_pwd_; variable
Dp2ptransportchannel.cc254 if (!ice_ufrag_.empty() && !ice_pwd_.empty()) { in SetIceCredentials()
257 ice_restart = (ice_ufrag_ != ice_ufrag) || (ice_pwd_!= ice_pwd); in SetIceCredentials()
261 ice_pwd_ = ice_pwd; in SetIceCredentials()
296 if (ice_ufrag_.empty() || ice_pwd_.empty()) { in Connect()
592 SessionId(), content_name(), component(), ice_ufrag_, ice_pwd_)); in OnSignalingReady()
Dp2ptransportchannel.h242 std::string ice_pwd_; variable