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

/external/webrtc/webrtc/p2p/base/
H A Dfaketransportcontroller.h61 const std::string& remote_ice_pwd() const { return remote_ice_pwd_; } function in class:cricket::FakeTransportChannel
H A Dp2ptransportchannel_unittest.cc307 const std::string& remote_ice_pwd) {
320 channel->SetRemoteIceCredentials(remote_ice_ufrag, remote_ice_pwd);
301 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 171 milliseconds