HomeSort by relevance Sort by last modified time
    Searched refs:remote_ice_pwd (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 89 const std::string& remote_ice_pwd() const { return remote_ice_pwd_; } function in class:cricket::FakeTransportChannel
transport_unittest.cc 187 EXPECT_EQ(kIcePwd1, channel_->remote_ice_pwd());
p2ptransportchannel_unittest.cc 321 const std::string& remote_ice_pwd) {
337 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd);
    [all...]

Completed in 777 milliseconds