Lines Matching refs:FakeTransport
32 class FakeTransport; variable
346 class FakeTransport : public Transport {
350 explicit FakeTransport(const std::string& name) : Transport(name, nullptr) {} in FakeTransport() function
354 FakeTransport(const std::string& name, PortAllocator* allocator) in FakeTransport() function
357 ~FakeTransport() { DestroyAllChannels(); } in ~FakeTransport()
364 void SetDestination(FakeTransport* dest) { in SetDestination()
453 FakeTransport* dest_ = nullptr;
491 FakeTransport* GetTransport_w(const std::string& transport_name) { in GetTransport_w()
492 return static_cast<FakeTransport*>( in GetTransport_w()
516 return new FakeTransport(transport_name); in CreateTransport_w()
524 FakeTransport* transport = static_cast<FakeTransport*>(kv.second); in Connect_w()
531 FakeTransport* transport = static_cast<FakeTransport*>(kv.second); in ConnectChannels_w()