Home
last modified time | relevance | path

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

/external/webrtc/pc/
Ddata_channel_integrationtest.cc127 caller()->CreateDataChannel(); in TEST_P()
155 caller()->CreateDataChannel(); in TEST_P()
189 caller()->CreateDataChannel(); in TEST_P()
227 caller()->CreateDataChannel(); in TEST_P()
266 caller()->CreateDataChannel(); in TEST_P()
316 caller()->CreateDataChannel(); in TEST_P()
351 caller()->CreateDataChannel(); in TEST_P()
389 caller()->CreateDataChannel(); in TEST_P()
428 caller()->CreateDataChannel("data-channel", &init); in TEST_P()
458 caller()->CreateDataChannel(&init); in TEST_P()
[all …]
Dpeer_connection_end_to_end_unittest.cc505 caller_->CreateDataChannel("data", init)); in TEST_P()
507 callee_->CreateDataChannel("data", init)); in TEST_P()
534 caller_->CreateDataChannel("data", init)); in TEST_P()
543 caller_->CreateDataChannel("hello", init)); in TEST_P()
545 callee_->CreateDataChannel("hello", init)); in TEST_P()
568 caller_->CreateDataChannel("data", init)); in TEST_P()
577 caller_->CreateDataChannel("hello", init)); in TEST_P()
579 callee_->CreateDataChannel("hello", init)); in TEST_P()
600 caller_->CreateDataChannel("data", init)); in TEST_P()
602 callee_->CreateDataChannel("data", init)); in TEST_P()
[all …]
Dpeer_connection_jsep_unittest.cc174 caller->CreateDataChannel("dc"); in TEST_F()
186 caller->CreateDataChannel("first"); in TEST_F()
187 caller->CreateDataChannel("second"); in TEST_F()
188 caller->CreateDataChannel("third"); in TEST_F()
435 caller->CreateDataChannel("dc"); in TEST_F()
1152 caller->CreateDataChannel("dc"); in TEST_F()
1180 caller->CreateDataChannel("dc"); in TEST_F()
1293 pc->CreateDataChannel("dc"); in TEST_F()
1313 caller->CreateDataChannel("dc"); in TEST_F()
2345 callee->CreateDataChannel("dummy"); in TEST_F()
[all …]
Dpeer_connection_histogram_unittest.cc522 caller->CreateDataChannel("foodata"); in TEST_F()
667 caller->CreateDataChannel("test_channel"); in TEST_F()
729 caller->CreateDataChannel("foo"); in TEST_F()
747 caller->CreateDataChannel("foo"); in TEST_F()
768 caller->CreateDataChannel("foo"); in TEST_F()
Dpeer_connection_wrapper.h171 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel(
Dpeer_connection_wrapper.cc315 PeerConnectionWrapper::CreateDataChannel(const std::string& label) { in CreateDataChannel() function in webrtc::PeerConnectionWrapper
Dsdp_offer_answer.h523 bool CreateDataChannel(const std::string& mid);
Drtc_stats_integrationtest.cc140 caller_->CreateDataChannel("data", init); in StartCall()
141 callee_->CreateDataChannel("data", init); in StartCall()
Dpeer_connection_bundle_unittest.cc803 caller->CreateDataChannel("dc"); in TEST_P()
Dsdp_offer_answer.cc3755 if (!CreateDataChannel(content.name)) { in UpdateDataChannel()
4945 if (!CreateDataChannel(data->name)) { in CreateChannels()
4954 bool SdpOfferAnswerHandler::CreateDataChannel(const std::string& mid) { in CreateDataChannel() function in webrtc::SdpOfferAnswerHandler
Dpeer_connection_integrationtest.cc2664 wrapper->CreateDataChannel(); in TEST_P()
/external/webrtc/test/pc/e2e/
Dtest_peer.h111 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel( in CreateDataChannel() function
114 return wrapper_->CreateDataChannel(label); in CreateDataChannel()
/external/webrtc/examples/unityplugin/
Dunity_plugin_apis.cc60 return g_peer_connection_map[peer_connection_id]->CreateDataChannel(); in AddDataChannel()
Dsimple_peer_connection.h40 bool CreateDataChannel();
Dsimple_peer_connection.cc493 bool SimplePeerConnection::CreateDataChannel() { in CreateDataChannel() function in SimplePeerConnection
/external/webrtc/pc/test/
Dpeer_connection_test_wrapper.h59 rtc::scoped_refptr<webrtc::DataChannelInterface> CreateDataChannel(
Dintegration_test_helpers.h419 void CreateDataChannel() { CreateDataChannel(nullptr); } in CreateDataChannel() function
421 void CreateDataChannel(const webrtc::DataChannelInit* init) { in CreateDataChannel() function
422 CreateDataChannel(kDataChannelLabel, init); in CreateDataChannel()
425 void CreateDataChannel(const std::string& label, in CreateDataChannel() function
Dpeer_connection_test_wrapper.cc143 PeerConnectionTestWrapper::CreateDataChannel( in CreateDataChannel() function in PeerConnectionTestWrapper
/external/webrtc/api/
Dpeer_connection_interface.h978 virtual rtc::scoped_refptr<DataChannelInterface> CreateDataChannel( in CreateDataChannel() function