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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.h 107 const std::string& ice_pwd,
115 ice_pwd(ice_pwd),
122 const std::string& ice_pwd)
125 ice_pwd(ice_pwd),
132 ice_pwd(from.ice_pwd),
146 ice_pwd = from.ice_pwd;
176 std::string ice_pwd; member in struct:cricket::TransportDescription
    [all...]
fakesession.h 87 const std::string& ice_pwd() const { return ice_pwd_; } function in class:cricket::FakeTransportChannel
112 const std::string& ice_pwd) {
114 ice_pwd_ = ice_pwd;
117 const std::string& ice_pwd) {
119 remote_ice_pwd_ = ice_pwd;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 809 EXPECT_EQ(transport1.description.ice_pwd,
810 transport2.description.ice_pwd);
866 const char ice_pwd[] = "a=ice-pwd"; local
    [all...]

Completed in 125 milliseconds