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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 56 // transport channel. Can be informed of another FakeTransportChannel via
58 class FakeTransportChannel : public TransportChannelImpl,
61 explicit FakeTransportChannel(Transport* transport,
78 ~FakeTransportChannel() {
151 void SetDestination(FakeTransportChannel* dest) {
294 FakeTransportChannel* dest_;
319 typedef std::map<int, FakeTransportChannel*> ChannelMap;
365 FakeTransportChannel* channel =
366 new FakeTransportChannel(this, content_name(), component);
388 FakeTransportChannel* GetFakeChannel(int component)
    [all...]
transport_unittest.cc 45 using cricket::FakeTransportChannel;
73 FakeTransportChannel* CreateChannel(int component) {
74 return static_cast<FakeTransportChannel*>(
89 FakeTransportChannel* channel_;
300 // Note that this tests the behavior of a FakeTransportChannel.
dtlstransportchannel_unittest.cc 120 cricket::FakeTransportChannel* GetFakeChannel(int component) {
125 static_cast<cricket::FakeTransportChannel*>(wrapper->channel()) : NULL;
524 cricket::FakeTransportChannel* channel1 = client1_.GetFakeChannel(0);
525 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0);
543 cricket::FakeTransportChannel* channel1 = client1_.GetFakeChannel(0);
544 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector_unittest.cc 277 cricket::FakeTransportChannel* channel =
278 static_cast<cricket::FakeTransportChannel*>(

Completed in 572 milliseconds