/external/webrtc/talk/app/webrtc/ |
D | peerconnectionendtoend_unittest.cc | 208 caller_->CreateDataChannel("data", init)); in TEST_F() 210 callee_->CreateDataChannel("data", init)); in TEST_F() 243 caller_->CreateDataChannel("data", init)); in TEST_F() 249 caller_->CreateDataChannel("hello", init)); in TEST_F() 251 callee_->CreateDataChannel("hello", init)); in TEST_F() 271 caller_->CreateDataChannel("data", init)); in TEST_F() 273 callee_->CreateDataChannel("data", init)); in TEST_F() 282 caller_->CreateDataChannel("data", init)); in TEST_F() 284 callee_->CreateDataChannel("data", init)); in TEST_F() 301 caller_->CreateDataChannel("data", init)); in TEST_F() [all …]
|
D | peerconnectioninterface_unittest.cc | 1271 pc_->CreateDataChannel("test1", NULL); in TEST_F() 1273 pc_->CreateDataChannel("test2", NULL); in TEST_F() 1318 pc_->CreateDataChannel("test1", NULL); in TEST_F() 1320 pc_->CreateDataChannel("test2", NULL); in TEST_F() 1348 pc_->CreateDataChannel("test1", NULL); in TEST_F() 1372 pc_->CreateDataChannel(offer_label, NULL); in TEST_F() 1415 pc_->CreateDataChannel(label, &config); in TEST_F() 1427 pc_->CreateDataChannel(label, nullptr); in TEST_F() 1431 pc_->CreateDataChannel(label, nullptr); in TEST_F() 1445 pc_->CreateDataChannel("1", &config); in TEST_F() [all …]
|
D | peerconnectionproxy.h | 58 CreateDataChannel, const std::string&, const DataChannelInit*)
|
D | peerconnection_unittest.cc | 397 void CreateDataChannel() { in CreateDataChannel() function in PeerConnectionTestClient 398 data_channel_ = pc()->CreateDataChannel(kDataChannelLabel, nullptr); in CreateDataChannel() 1596 initializing_client()->CreateDataChannel(); in TEST_F() 1626 initializing_client()->CreateDataChannel(); in TEST_F() 1661 initializing_client()->CreateDataChannel(); in TEST_F() 1697 initializing_client()->CreateDataChannel(); in TEST_F() 1711 initializing_client()->CreateDataChannel(); in TEST_F() 1731 initializing_client()->CreateDataChannel(); in TEST_F()
|
D | peerconnectioninterface.h | 363 virtual rtc::scoped_refptr<DataChannelInterface> CreateDataChannel(
|
D | peerconnection.h | 100 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel(
|
D | webrtcsession.h | 414 bool CreateDataChannel(const cricket::ContentInfo* content);
|
D | webrtcsession.cc | 1801 if (!CreateDataChannel(data)) { in CreateChannels() 1870 bool WebRtcSession::CreateDataChannel(const cricket::ContentInfo* content) { in CreateDataChannel() function in webrtc::WebRtcSession 1872 data_channel_.reset(channel_manager_->CreateDataChannel( in CreateDataChannel()
|
D | webrtcsession_unittest.cc | 1367 void CreateDataChannel() { in CreateDataChannel() function in WebRtcSessionTest 1375 CreateDataChannel(); in SetLocalDescriptionWithDataChannel() 3904 CreateDataChannel(); in TEST_P()
|
D | peerconnection.cc | 832 PeerConnection::CreateDataChannel( in CreateDataChannel() function in webrtc::PeerConnection
|
/external/webrtc/talk/session/media/ |
D | channelmanager_unittest.cc | 128 cricket::DataChannel* data_channel = cm_->CreateDataChannel( in TEST_F() 153 cricket::DataChannel* data_channel = cm_->CreateDataChannel( in TEST_F() 180 cricket::DataChannel* data_channel = cm_->CreateDataChannel( in TEST_F()
|
D | channelmanager.h | 118 DataChannel* CreateDataChannel(TransportController* transport_controller,
|
D | channelmanager.cc | 367 DataChannel* ChannelManager::CreateDataChannel( in CreateDataChannel() function in cricket::ChannelManager
|
/external/webrtc/talk/app/webrtc/test/ |
D | peerconnectiontestwrapper.cc | 106 PeerConnectionTestWrapper::CreateDataChannel( in CreateDataChannel() function in PeerConnectionTestWrapper 109 return peer_connection_->CreateDataChannel(label, &init); in CreateDataChannel()
|
D | peerconnectiontestwrapper.h | 50 rtc::scoped_refptr<webrtc::DataChannelInterface> CreateDataChannel(
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCPeerConnection.mm | 167 self.peerConnection->CreateDataChannel(labelString,
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1666 ExtractNativePC(jni, j_pc)->CreateDataChannel( in JOW()
|