Searched refs:IceCredentialsChanged (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport_unittest.cc190 // Verifies that IceCredentialsChanged returns true when either ufrag or pwd
193 EXPECT_TRUE(cricket::IceCredentialsChanged("u1", "p1", "u2", "p2"));
194 EXPECT_TRUE(cricket::IceCredentialsChanged("u1", "p1", "u2", "p1"));
195 EXPECT_TRUE(cricket::IceCredentialsChanged("u1", "p1", "u1", "p2"));
196 EXPECT_FALSE(cricket::IceCredentialsChanged("u1", "p1", "u1", "p1"));
H A Dtransport.cc122 bool IceCredentialsChanged(const std::string& old_ufrag, function in namespace:cricket
133 static bool IceCredentialsChanged(const TransportDescription& old_desc, function in namespace:cricket
135 return IceCredentialsChanged(old_desc.ice_ufrag, old_desc.ice_pwd,
748 if (local_description_ && IceCredentialsChanged(*local_description_, desc)) {
H A Dtransport.h192 bool IceCredentialsChanged(const std::string& old_ufrag,
H A Dp2ptransportchannel.cc263 IceCredentialsChanged(ice_ufrag_, ice_pwd_, ice_ufrag, ice_pwd);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc449 if (cricket::IceCredentialsChanged(old_transport_desc->ice_ufrag,

Completed in 954 milliseconds