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

  /external/webrtc/webrtc/p2p/base/
transportchannelimpl.h 49 // SetIceCredentials only need to be implemented by the ICE
52 virtual void SetIceCredentials(const std::string& ice_ufrag,
dtlstransportchannel.h 170 void SetIceCredentials(const std::string& ice_ufrag,
172 channel_->SetIceCredentials(ice_ufrag, ice_pwd);
p2ptransportchannel.h 80 void SetIceCredentials(const std::string& ice_ufrag,
transport.cc 344 ch->SetIceCredentials(local_description_->ice_ufrag,
faketransportcontroller.h 90 void SetIceCredentials(const std::string& ice_ufrag,
p2ptransportchannel_unittest.cc 316 channel->SetIceCredentials(local_ice_ufrag, local_ice_pwd);
590 ep1_ch1()->SetIceCredentials(kIceUfrag[2], kIcePwd[2]);
593 ep2_ch1()->SetIceCredentials(kIceUfrag[3], kIcePwd[3]);
    [all...]
p2ptransportchannel.cc 337 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag,
    [all...]

Completed in 858 milliseconds