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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 84 const std::string& ice_pwd() const { return ice_pwd_; }
106 ice_pwd_ = ice_pwd;
273 std::string ice_pwd_; member in class:cricket::FakeTransportChannel
p2ptransportchannel.h 182 std::string ice_pwd_; member in class:cricket::P2PTransportChannel
p2ptransportchannel.cc 254 if (!ice_ufrag_.empty() && !ice_pwd_.empty()) {
257 ice_restart = (ice_ufrag_ != ice_ufrag) || (ice_pwd_!= ice_pwd);
261 ice_pwd_ = ice_pwd;
296 if (ice_ufrag_.empty() || ice_pwd_.empty()) {
299 << "ice_pwd_ are not set.";
577 SessionId(), content_name(), component(), ice_ufrag_, ice_pwd_));
    [all...]

Completed in 516 milliseconds