Home | History | Annotate | Download | only in base

Lines Matching defs:transport_

85     transport_.reset(new cricket::DtlsTransport<cricket::FakeTransport>(
88 transport_->SetAsync(true);
89 transport_->SetIceRole(role);
90 transport_->SetIceTiebreaker(
92 transport_->SignalWritableState.connect(this,
98 transport_->CreateChannel(i));
112 cricket::TransportChannelImpl* ch = transport_->GetChannel(component);
155 ASSERT_TRUE(transport_->SetLocalTransportDescription(local_desc,
161 ASSERT_TRUE(transport_->SetRemoteTransportDescription(remote_desc,
168 transport_->ConnectChannels();
169 transport_->SetDestination(peer->transport_.get());
173 bool writable() const { return transport_->writable(); }
319 talk_base::scoped_ptr<cricket::FakeTransport> transport_;