Home
last modified time | relevance | path

Searched refs:FakeTransportChannel (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dtransportcontroller_unittest.cc78 return static_cast<FakeTransportChannel*>(channel); in CreateChannel()
198 FakeTransportChannel* channel1 = CreateChannel("audio", 1); in TEST_F()
209 FakeTransportChannel* channel2 = CreateChannel("video", 1); in TEST_F()
218 FakeTransportChannel* channel = CreateChannel("audio", 1); in TEST_F()
229 FakeTransportChannel* channel1 = CreateChannel("audio", 1); in TEST_F()
267 FakeTransportChannel* channel = CreateChannel("audio", 1); in TEST_F()
313 FakeTransportChannel* channel = CreateChannel("audio", 1); in TEST_F()
328 FakeTransportChannel* channel = CreateChannel("audio", 1); in TEST_F()
347 FakeTransportChannel* channel = CreateChannel("audio", 1); in TEST_F()
361 FakeTransportChannel* channel = CreateChannel("audio", 1); in TEST_F()
[all …]
H A Dfaketransportcontroller.h270 class FakeTransportChannel : public TransportChannelImpl,
273 explicit FakeTransportChannel(const std::string& name, int component) in FakeTransportChannel() function
276 ~FakeTransportChannel() { Reset(); } in ~FakeTransportChannel()
363 void SetDestination(FakeTransportChannel* dest, bool asymmetric = false) {
539 FakeTransportChannel* dest_ = nullptr;
617 FakeTransportChannel* GetFakeTransportChannel_n( in GetFakeTransportChannel_n()
620 return static_cast<FakeTransportChannel*>( in GetFakeTransportChannel_n()
699 return new FakeTransportChannel(transport_name, component); in CreateDtlsTransportChannel_n()
705 FakeTransportChannel* local = static_cast<FakeTransportChannel*>(tc); in SetChannelDestinations_n()
706 FakeTransportChannel* remote = dest->GetFakeTransportChannel_n( in SetChannelDestinations_n()
H A Djseptransport_unittest.cc20 using cricket::FakeTransportChannel;
36 fake_ice_channel_.reset(new FakeTransportChannel(transport_->mid(), 1)); in SetupChannel()
37 fake_dtls_channel_.reset(new FakeTransportChannel(transport_->mid(), 1)); in SetupChannel()
43 std::unique_ptr<FakeTransportChannel> fake_dtls_channel_;
44 std::unique_ptr<FakeTransportChannel> fake_ice_channel_;
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dfakesession.h44 class FakeTransportChannel : public TransportChannelImpl {
46 explicit FakeTransportChannel(Transport* transport, in FakeTransportChannel() function
54 ~FakeTransportChannel() { in ~FakeTransportChannel()
77 void SetDestination(FakeTransportChannel* dest) { in SetDestination()
116 FakeTransportChannel* dest_;
125 typedef std::map<std::string, FakeTransportChannel*> ChannelMap;
151 FakeTransportChannel* channel = in CreateTransportChannel()
152 new FakeTransportChannel(this, name, session_type); in CreateTransportChannel()
164 FakeTransportChannel* channel) { in SetChannelDestination()
165 FakeTransportChannel* dest_channel = NULL; in SetChannelDestination()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/quic/
H A Dquicsession_unittest.cc57 using cricket::FakeTransportChannel;
181 FakeTransportChannel* fake_channel_;
227 std::unique_ptr<FakeTransportChannel> channel_;
247 std::unique_ptr<FakeTransportChannel> channel,
256 FakeTransportChannel* channel,
287 std::unique_ptr<FakeTransportChannel> channel1( in CreateClientAndServerSessions()
288 new FakeTransportChannel("channel1", 0)); in CreateClientAndServerSessions()
289 std::unique_ptr<FakeTransportChannel> channel2( in CreateClientAndServerSessions()
290 new FakeTransportChannel("channel2", 0)); in CreateClientAndServerSessions()
305 std::unique_ptr<FakeTransportChannel> channel, in CreateSession()
[all …]
H A Dquictransportchannel_unittest.cc68 class FailableTransportChannel : public cricket::FakeTransportChannel {
71 : cricket::FakeTransportChannel(name, component), error_(kNoWriteError) {} in FailableTransportChannel()
79 return cricket::FakeTransportChannel::SendPacket(data, len, options, in SendPacket()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/media/sctp/
H A Dsctptransport_unittest.cc167 SctpTransport* CreateTransport(FakeTransportChannel* fake_dtls, in CreateTransport()
221 std::unique_ptr<FakeTransportChannel> fake_dtls1_;
222 std::unique_ptr<FakeTransportChannel> fake_dtls2_;
239 FakeTransportChannel black_hole("black hole", 0); in TEST_F()
240 FakeTransportChannel fake_dtls1("fake dtls 1", 0); in TEST_F()
241 FakeTransportChannel fake_dtls2("fake dtls 2", 0); in TEST_F()
297 FakeTransportChannel fake_dtls1("fake dtls 1", 0); in TEST_F()
298 FakeTransportChannel fake_dtls2("fake dtls 2", 0); in TEST_F()
328 FakeTransportChannel fake_dtls("fake dtls", 0); in TEST_F()
336 FakeTransportChannel fake_dtls("fake dtls", 0); in TEST_F()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dfakesession.h41 class FakeTransportChannel : public TransportChannelImpl,
44 explicit FakeTransportChannel(Transport* transport, in FakeTransportChannel() function
62 ~FakeTransportChannel() { in ~FakeTransportChannel()
151 void SetDestination(FakeTransportChannel* dest) { in SetDestination()
307 FakeTransportChannel* dest_;
333 typedef std::map<int, FakeTransportChannel*> ChannelMap;
379 FakeTransportChannel* channel = in CreateTransportChannel()
380 new FakeTransportChannel(this, content_name(), component); in CreateTransportChannel()
402 FakeTransportChannel* GetFakeChannel(int component) { in GetFakeChannel()
407 FakeTransportChannel* channel) { in SetChannelDestination()
[all …]
H A Dtransport_unittest.cc23 using cricket::FakeTransportChannel;
56 FakeTransportChannel* CreateChannel(int component) {
57 return static_cast<FakeTransportChannel*>(
78 FakeTransportChannel* channel_;
H A Ddtlstransportchannel_unittest.cc102 cricket::FakeTransportChannel* GetFakeChannel(int component) { in GetFakeChannel()
107 static_cast<cricket::FakeTransportChannel*>(wrapper->channel()) : NULL; in GetFakeChannel()
528 cricket::FakeTransportChannel* channel1 = client1_.GetFakeChannel(0); in TEST_F()
529 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0); in TEST_F()
547 cricket::FakeTransportChannel* channel1 = client1_.GetFakeChannel(0); in TEST_F()
548 cricket::FakeTransportChannel* channel2 = client2_.GetFakeChannel(0); in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/pc/
H A Dchannel_unittest.cc309 cricket::FakeTransportChannel* GetFakeChannel1(int component) { in GetFakeChannel1()
314 cricket::FakeTransportChannel* GetFakeChannel2(int component) { in GetFakeChannel2()