Searched refs:ice_pwd_ (Results 1 – 3 of 3) sorted by relevance
86 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
254 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()
242 std::string ice_pwd_; variable