Home
last modified time | relevance | path

Searched defs:CreateDataChannel (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/test/pc/e2e/
Dtest_peer.h72 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel( in CreateDataChannel() function
/external/webrtc/pc/test/
Dpeer_connection_test_wrapper.cc133 PeerConnectionTestWrapper::CreateDataChannel( in CreateDataChannel() function in PeerConnectionTestWrapper
Dfake_peer_connection_base.h123 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel( in CreateDataChannel() function
/external/webrtc/api/test/
Ddummy_peer_connection.h117 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel( in CreateDataChannel() function
/external/webrtc/pc/
Dpeer_connection_wrapper.cc307 PeerConnectionWrapper::CreateDataChannel(const std::string& label) { in CreateDataChannel() function in webrtc::PeerConnectionWrapper
Dpeer_connection_integrationtest.cc392 void CreateDataChannel() { CreateDataChannel(nullptr); } in CreateDataChannel() function in webrtc::__anonb00edc420111::PeerConnectionWrapper
394 void CreateDataChannel(const webrtc::DataChannelInit* init) { in CreateDataChannel() function in webrtc::__anonb00edc420111::PeerConnectionWrapper
398 void CreateDataChannel(const std::string& label, in CreateDataChannel() function in webrtc::__anonb00edc420111::PeerConnectionWrapper
Dpeer_connection.cc2121 rtc::scoped_refptr<DataChannelInterface> PeerConnection::CreateDataChannel( in CreateDataChannel() function in webrtc::PeerConnection
6499 bool PeerConnection::CreateDataChannel(const std::string& mid) { in CreateDataChannel() function in webrtc::PeerConnection
/external/webrtc/examples/unityplugin/
Dsimple_peer_connection.cc493 bool SimplePeerConnection::CreateDataChannel() { in CreateDataChannel() function in SimplePeerConnection