Searched refs:IceParameters (Results 1 – 2 of 2) sorted by relevance
39 struct IceParameters { struct42 IceParameters(const std::string& ice_ufrag, const std::string& ice_pwd) in IceParameters() function45 bool operator==(const IceParameters& other) {48 bool operator!=(const IceParameters& other) { return !(*this == other); }251 IceParameters* remote_ice() { in remote_ice()257 const IceParameters* FindRemoteIceFromUfrag(const std::string& ufrag,286 std::vector<IceParameters> remote_ice_parameters_;
349 IceParameters* current_ice = remote_ice(); in SetRemoteIceCredentials()350 IceParameters new_ice(ice_ufrag, ice_pwd); in SetRemoteIceCredentials()538 const IceParameters* ice_param = in OnUnknownAddress()637 const IceParameters* P2PTransportChannel::FindRemoteIceFromUfrag( in FindRemoteIceFromUfrag()643 [ufrag](const IceParameters& param) { return param.ufrag == ufrag; }); in FindRemoteIceFromUfrag()