Home
last modified time | relevance | path

Searched refs:SetIceCredentials (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.h170 void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
172 channel_->SetIceCredentials(ice_ufrag, ice_pwd); in SetIceCredentials()
Dtransportchannelimpl.h52 virtual void SetIceCredentials(const std::string& ice_ufrag,
Dp2ptransportchannel.h80 void SetIceCredentials(const std::string& ice_ufrag,
Dtransport.cc344 ch->SetIceCredentials(local_description_->ice_ufrag, in ApplyLocalTransportDescription()
Dp2ptransportchannel_unittest.cc316 channel->SetIceCredentials(local_ice_ufrag, local_ice_pwd); in CreateChannel()
590 ep1_ch1()->SetIceCredentials(kIceUfrag[2], kIcePwd[2]); in TestHandleIceUfragPasswordChanged()
593 ep2_ch1()->SetIceCredentials(kIceUfrag[3], kIcePwd[3]); in TestHandleIceUfragPasswordChanged()
1764 ch->SetIceCredentials(kIceUfrag[0], kIcePwd[0]); in PrepareChannel()
2351 ch.SetIceCredentials(kIceUfrag[1], kIcePwd[1]); in TEST_F()
Dfaketransportcontroller.h90 void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
Dp2ptransportchannel.cc337 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function in cricket::P2PTransportChannel