Home | History | Annotate | Download | only in webrtc

Lines Matching refs:DataChannel

28 #include "talk/app/webrtc/datachannel.h"
33 using webrtc::DataChannel;
85 DataChannel::Create(
106 rtc::scoped_refptr<DataChannel> webrtc_data_channel_;
112 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create(
149 // Tests that DataChannel::buffered_amount() is correct after the channel is
232 // Tests that the DataChannel created after transport gets ready can enter OPEN
238 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create(
245 // Tests that an unordered DataChannel sends data as ordered until the OPEN_ACK
252 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create(
275 // Tests that an unordered DataChannel sends unordered data after any DATA
282 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create(
373 // Tests that no CONTROL message is sent if the datachannel is negotiated and
382 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create(
389 // Tests that OPEN_ACK message is sent if the datachannel is created from an
398 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create(
420 // Tests that the DataChannel is closed if the sending buffer is full.
439 // Tests that the DataChannel is closed on transport errors.
451 // Tests that a already closed DataChannel does not fire onStateChange again.
463 // Tests that RemotePeerRequestClose closes the local DataChannel.
474 // Tests that the DataChannel is closed if the received buffer is full.