Home
last modified time | relevance | path

Searched refs:CreateDataChannel (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectionendtoend_unittest.cc208 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 …]
Dpeerconnectioninterface_unittest.cc1271 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 …]
Dpeerconnectionproxy.h58 CreateDataChannel, const std::string&, const DataChannelInit*)
Dpeerconnection_unittest.cc397 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()
Dpeerconnectioninterface.h363 virtual rtc::scoped_refptr<DataChannelInterface> CreateDataChannel(
Dpeerconnection.h100 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel(
Dwebrtcsession.h414 bool CreateDataChannel(const cricket::ContentInfo* content);
Dwebrtcsession.cc1801 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()
Dwebrtcsession_unittest.cc1367 void CreateDataChannel() { in CreateDataChannel() function in WebRtcSessionTest
1375 CreateDataChannel(); in SetLocalDescriptionWithDataChannel()
3904 CreateDataChannel(); in TEST_P()
Dpeerconnection.cc832 PeerConnection::CreateDataChannel( in CreateDataChannel() function in webrtc::PeerConnection
/external/webrtc/talk/session/media/
Dchannelmanager_unittest.cc128 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()
Dchannelmanager.h118 DataChannel* CreateDataChannel(TransportController* transport_controller,
Dchannelmanager.cc367 DataChannel* ChannelManager::CreateDataChannel( in CreateDataChannel() function in cricket::ChannelManager
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc106 PeerConnectionTestWrapper::CreateDataChannel( in CreateDataChannel() function in PeerConnectionTestWrapper
109 return peer_connection_->CreateDataChannel(label, &init); in CreateDataChannel()
Dpeerconnectiontestwrapper.h50 rtc::scoped_refptr<webrtc::DataChannelInterface> CreateDataChannel(
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnection.mm167 self.peerConnection->CreateDataChannel(labelString,
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1666 ExtractNativePC(jni, j_pc)->CreateDataChannel( in JOW()