HomeSort by relevance Sort by last modified time
    Searched refs:IceParameters (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 39 struct IceParameters {
42 IceParameters(const std::string& ice_ufrag, const std::string& ice_pwd)
45 bool operator==(const IceParameters& other) {
48 bool operator!=(const IceParameters& other) { return !(*this == other); }
251 IceParameters* remote_ice() {
255 // Returns the remote IceParameters and generation that match |ufrag|
257 const IceParameters* FindRemoteIceFromUfrag(const std::string& ufrag,
286 std::vector<IceParameters> remote_ice_parameters_;
p2ptransportchannel.cc 349 IceParameters* current_ice = remote_ice();
350 IceParameters new_ice(ice_ufrag, ice_pwd);
538 const IceParameters* ice_param =
637 const IceParameters* P2PTransportChannel::FindRemoteIceFromUfrag(
643 [ufrag](const IceParameters& param) { return param.ufrag == ufrag; });
    [all...]

Completed in 690 milliseconds