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.h89 const std::string& remote_ice_pwd() const { return remote_ice_pwd_; } in remote_ice_pwd()
119 remote_ice_pwd_ = ice_pwd; in SetRemoteIceCredentials()
321 std::string remote_ice_pwd_; variable
Dp2ptransportchannel.cc279 if (!remote_ice_ufrag_.empty() && !remote_ice_pwd_.empty()) { in SetRemoteIceCredentials()
281 (remote_ice_pwd_!= ice_pwd); in SetRemoteIceCredentials()
285 remote_ice_pwd_ = ice_pwd; in SetRemoteIceCredentials()
648 new_remote_candidate.set_password(remote_ice_pwd_); in CreateConnections()
Dp2ptransportchannel.h247 std::string remote_ice_pwd_; variable