Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dfakesession.h88 const std::string& remote_ice_pwd() const { return remote_ice_pwd_; } in remote_ice_pwd()
113 remote_ice_pwd_ = ice_pwd; in SetRemoteIceCredentials()
308 std::string remote_ice_pwd_; variable
Dp2ptransportchannel.cc273 if (!remote_ice_ufrag_.empty() && !remote_ice_pwd_.empty()) { in SetRemoteIceCredentials()
275 (remote_ice_pwd_!= ice_pwd); in SetRemoteIceCredentials()
279 remote_ice_pwd_ = ice_pwd; in SetRemoteIceCredentials()
642 new_remote_candidate.set_password(remote_ice_pwd_); in CreateConnections()
Dp2ptransportchannel.h244 std::string remote_ice_pwd_; variable