Searched refs:dataChannel (Results 1 – 11 of 11) sorted by relevance
81 private DataChannel dataChannel; field in PeerConnectionTest.ObserverExpectations96 public synchronized void setDataChannel(DataChannel dataChannel) { in setDataChannel() argument97 assertNull(this.dataChannel); in setDataChannel()98 this.dataChannel = dataChannel; in setDataChannel()99 this.dataChannel.registerObserver(this); in setDataChannel()100 assertNotNull(this.dataChannel); in setDataChannel()241 assertEquals(DataChannel.State.CONNECTING, dataChannel.state()); in onDataChannel()268 assertFalse(previousAmount == dataChannel.bufferedAmount()); in onBufferedAmountChange()273 assertEquals(expectedStateChanges.removeFirst(), dataChannel.state()); in onStateChange()690 assertTrue(offeringExpectations.dataChannel.send(buffer));[all …]
50 rtc::scoped_refptr<webrtc::DataChannelInterface> dataChannel;53 (rtc::scoped_refptr<webrtc::DataChannelInterface>)dataChannel;
277 dataChannel {278 NSAssert(dataChannel != NULL, @"dataChannel cannot be NULL");280 _dataChannel = dataChannel;286 - (rtc::scoped_refptr<webrtc::DataChannelInterface>)dataChannel { method in Internal
73 RTCDataChannel* dataChannel =76 didOpenDataChannel:dataChannel];
166 rtc::scoped_refptr<webrtc::DataChannelInterface> dataChannel =169 return [[RTCDataChannel alloc] initWithDataChannel:dataChannel];
225 didOpenDataChannel:(RTCDataChannel*)dataChannel {228 NSAssert([expectedLabel isEqual:dataChannel.label],230 self.dataChannel = dataChannel;231 dataChannel.delegate = self;232 NSAssert(kRTCDataChannelStateConnecting == dataChannel.state,
151 offeringExpectations.dataChannel = offerDC;259 EXPECT_TRUE([offeringExpectations.dataChannel sendData:buffer]);270 EXPECT_TRUE([offeringExpectations.dataChannel sendData:buffer]);280 [answeringExpectations.dataChannel close];281 [offeringExpectations.dataChannel close];291 offeringExpectations.dataChannel.delegate = nil;292 answeringExpectations.dataChannel.delegate = nil;
37 @property(nonatomic) RTCDataChannel* dataChannel;
70 didOpenDataChannel:(RTCDataChannel*)dataChannel;
85 public void onDataChannel(DataChannel dataChannel); in onDataChannel() argument
384 didOpenDataChannel:(RTCDataChannel *)dataChannel {