Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransport_unittest.cc88 EXPECT_EQ(kIcePwd1, channel_->remote_ice_pwd()); in TEST_F()
Dfaketransportcontroller.h61 const std::string& remote_ice_pwd() const { return remote_ice_pwd_; } in remote_ice_pwd() function
Dtransportcontroller_unittest.cc352 EXPECT_EQ(kIcePwd1, channel->remote_ice_pwd()); in TEST_F()
Dp2ptransportchannel_unittest.cc307 const std::string& remote_ice_pwd) { in CreateChannel() argument
320 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd); in CreateChannel()