Searched refs:SetRemoteIceCredentials (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel.h | 174 void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function 176 channel_->SetRemoteIceCredentials(ice_ufrag, ice_pwd); in SetRemoteIceCredentials()
|
D | transportchannelimpl.h | 56 virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
|
D | p2ptransportchannel_unittest.cc | 320 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd); in CreateChannel() 577 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in TestHandleIceUfragPasswordChanged() 578 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[0], kIcePwd[0]); in TestHandleIceUfragPasswordChanged() 591 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]); in TestHandleIceUfragPasswordChanged() 594 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[2], kIcePwd[2]); in TestHandleIceUfragPasswordChanged() 1162 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]); in TEST_F() 1180 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in TEST_F() 1206 ep2_ch1()->SetRemoteIceCredentials(kIceUfrag[3], kIcePwd[3]); in TEST_F() 1222 ep1_ch1()->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in TEST_F() 1765 ch->SetRemoteIceCredentials(kIceUfrag[1], kIcePwd[1]); in PrepareChannel() [all …]
|
D | p2ptransportchannel.h | 82 void SetRemoteIceCredentials(const std::string& ice_ufrag,
|
D | transport.cc | 351 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag, in ApplyRemoteTransportDescription()
|
D | faketransportcontroller.h | 95 void SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function
|
D | p2ptransportchannel.cc | 346 void P2PTransportChannel::SetRemoteIceCredentials(const std::string& ice_ufrag, in SetRemoteIceCredentials() function in cricket::P2PTransportChannel
|