Searched defs:remote_ice_ufrag (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dfakesession.h88 const std::string& remote_ice_ufrag() const { return remote_ice_ufrag_; } function in class:cricket::FakeTransportChannel
H A Dp2ptransportchannel_unittest.cc320 const std::string& remote_ice_ufrag,
337 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd);
315 CreateChannel( int endpoint, int component, const std::string& local_ice_ufrag, const std::string& local_ice_pwd, const std::string& remote_ice_ufrag, const std::string& remote_ice_pwd) argument

Completed in 211 milliseconds