Home
last modified time | relevance | path

Searched refs:remote_ice_ufrag (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransport_unittest.cc87 EXPECT_EQ(kIceUfrag1, channel_->remote_ice_ufrag()); in TEST_F()
Dfaketransportcontroller.h60 const std::string& remote_ice_ufrag() const { return remote_ice_ufrag_; } in remote_ice_ufrag() function
Dtransportcontroller_unittest.cc351 EXPECT_EQ(kIceUfrag1, channel->remote_ice_ufrag()); in TEST_F()
Dp2ptransportchannel_unittest.cc306 const std::string& remote_ice_ufrag, in CreateChannel() argument
320 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd); in CreateChannel()