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

  /external/webrtc/webrtc/p2p/base/
transportchannel.h 40 enum TransportChannelState {
62 virtual TransportChannelState GetState() const {
63 return TransportChannelState::STATE_CONNECTING;
p2ptransportchannel.h 76 TransportChannelState GetState() const override;
200 TransportChannelState ComputeState() const;
298 TransportChannelState state_ = TransportChannelState::STATE_INIT;
faketransportcontroller.h 72 TransportChannelState GetState() const override {
74 return had_connection_ ? TransportChannelState::STATE_FAILED
75 : TransportChannelState::STATE_INIT;
79 return TransportChannelState::STATE_COMPLETED;
82 return TransportChannelState::STATE_CONNECTING;
p2ptransportchannel.cc 299 TransportChannelState P2PTransportChannel::GetState() const {
305 TransportChannelState P2PTransportChannel::ComputeState() const {
307 return TransportChannelState::STATE_INIT;
317 return TransportChannelState::STATE_FAILED;
329 return TransportChannelState::STATE_CONNECTING;
334 return TransportChannelState::STATE_COMPLETED;
    [all...]
dtlstransportchannel.h 164 TransportChannelState GetState() const override {
p2ptransportchannel_unittest.cc     [all...]
transportcontroller.cc 563 channel->GetState() == TransportChannelState::STATE_FAILED;
567 channel->GetState() == TransportChannelState::STATE_COMPLETED &&

Completed in 202 milliseconds