Searched refs:SetIceCredentials (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel.h | 170 void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function 172 channel_->SetIceCredentials(ice_ufrag, ice_pwd); in SetIceCredentials()
|
D | transportchannelimpl.h | 52 virtual void SetIceCredentials(const std::string& ice_ufrag,
|
D | p2ptransportchannel.h | 80 void SetIceCredentials(const std::string& ice_ufrag,
|
D | transport.cc | 344 ch->SetIceCredentials(local_description_->ice_ufrag, in ApplyLocalTransportDescription()
|
D | p2ptransportchannel_unittest.cc | 316 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()
|
D | faketransportcontroller.h | 90 void SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function
|
D | p2ptransportchannel.cc | 337 void P2PTransportChannel::SetIceCredentials(const std::string& ice_ufrag, in SetIceCredentials() function in cricket::P2PTransportChannel
|