Searched defs:FakeTransport (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dfaketransportcontroller.h32 class FakeTransport;
344 // Can be informed of another FakeTransport via SetDestination (low-tech way
346 class FakeTransport : public Transport { class in namespace:cricket
350 explicit FakeTransport(const std::string& name) : Transport(name, nullptr) {} function in class:cricket::FakeTransport
354 FakeTransport(const std::string& name, PortAllocator* allocator) function in class:cricket::FakeTransport
357 ~FakeTransport() { DestroyAllChannels(); }
364 void SetDestination(FakeTransport* dest) {
453 FakeTransport* dest_ = nullptr;
491 FakeTransport* GetTransport_w(const std::string& transport_name) {
492 return static_cast<FakeTransport*>(
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_xmlrpc.py1047 class FakeTransport(xmlrpclib.Transport): class in inherits:xmlrpclib.Transport
1074 class TestTransport(FakeTransport):
1084 class TestTransport(FakeTransport):
1094 class TestTransport(FakeTransport):
1104 class TestTransport(FakeTransport):

Completed in 144 milliseconds