Home
last modified time | relevance | path

Searched refs:IceParameters (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h39 struct IceParameters { struct
42 IceParameters(const std::string& ice_ufrag, const std::string& ice_pwd) in IceParameters() function
45 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_;
Dp2ptransportchannel.cc349 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()