Searched refs:remote_ice_pwd_ (Results 1 – 3 of 3) sorted by relevance
88 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
273 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()
244 std::string remote_ice_pwd_; variable