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 87 const std::string& ice_pwd() const { return ice_pwd_; }
114 ice_pwd_ = ice_pwd;
319 std::string ice_pwd_; member in class:cricket::FakeTransportChannel
p2ptransportchannel.cc 259 if (!ice_ufrag_.empty() && !ice_pwd_.empty()) {
263 IceCredentialsChanged(ice_ufrag_, ice_pwd_, ice_ufrag, ice_pwd);
267 ice_pwd_ = ice_pwd;
302 if (ice_ufrag_.empty() || ice_pwd_.empty()) {
305 << "ice_pwd_ are not set.";
598 SessionId(), content_name(), component(), ice_ufrag_, ice_pwd_));
    [all...]
p2ptransportchannel.h 245 std::string ice_pwd_; member in class:cricket::P2PTransportChannel

Completed in 3030 milliseconds