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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc 160 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
180 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
208 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
transport.h 276 bool SetRemoteTransportDescription(const TransportDescription& description,
dtlstransportchannel_unittest.cc 189 ASSERT_EQ(expect_success, transport_->SetRemoteTransportDescription(
192 ASSERT_TRUE(transport_->SetRemoteTransportDescription(
session.cc 288 bool TransportProxy::SetRemoteTransportDescription(
294 return transport_->get()->SetRemoteTransportDescription(description, action);
465 if (!iter->second->SetRemoteTransportDescription(tdesc, action)) {
    [all...]
session.h 149 bool SetRemoteTransportDescription(const TransportDescription& description,
transport.cc 139 bool Transport::SetRemoteTransportDescription(

Completed in 45 milliseconds