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

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

Completed in 57 milliseconds