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