Home
last modified time | relevance | path

Searched refs:DataChannelInit (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dsctputils_unittest.cc36 const webrtc::DataChannelInit& config) { in VerifyOpenMessageFormat()
83 webrtc::DataChannelInit config; in TEST_F()
93 webrtc::DataChannelInit output_config; in TEST_F()
105 webrtc::DataChannelInit config; in TEST_F()
117 webrtc::DataChannelInit output_config; in TEST_F()
129 webrtc::DataChannelInit config; in TEST_F()
140 webrtc::DataChannelInit output_config; in TEST_F()
Dsctputils.h40 struct DataChannelInit;
47 DataChannelInit* config);
52 const DataChannelInit& config,
Dpeerconnectionendtoend_unittest.cc206 webrtc::DataChannelInit init; in TEST_F()
239 webrtc::DataChannelInit init; in TEST_F()
269 webrtc::DataChannelInit init; in TEST_F()
298 webrtc::DataChannelInit init; in TEST_F()
342 webrtc::DataChannelInit init; in TEST_F()
370 webrtc::DataChannelInit init; in TEST_F()
Ddatachannelinterface.h44 struct DataChannelInit { struct
45 DataChannelInit() in DataChannelInit() argument
Ddatachannel.h68 struct InternalDataChannelInit : public DataChannelInit {
76 explicit InternalDataChannelInit(const DataChannelInit& base) in InternalDataChannelInit()
77 : DataChannelInit(base), open_handshake_role(kOpener) { in InternalDataChannelInit()
Dsctputils.cc66 DataChannelInit* config) { in ParseDataChannelOpenMessage()
156 const DataChannelInit& config, in WriteDataChannelOpenMessage()
Dpeerconnectionproxy.h58 CreateDataChannel, const std::string&, const DataChannelInit*)
Dpeerconnectioninterface.h365 const DataChannelInit* config) = 0;
Dpeerconnection.h102 const DataChannelInit* config) override;
Dpeerconnectioninterface_unittest.cc1412 webrtc::DataChannelInit config; in TEST_F()
1442 webrtc::DataChannelInit config; in TEST_F()
1481 webrtc::DataChannelInit config; in TEST_F()
1498 webrtc::DataChannelInit config; in TEST_F()
Ddatachannel_unittest.cc414 webrtc::DataChannelInit base; in TEST_F()
Dpeerconnection.cc834 const DataChannelInit* config) { in CreateDataChannel()
Dwebrtcsession_unittest.cc3937 webrtc::DataChannelInit config; in TEST_P()
/external/webrtc/talk/app/webrtc/objc/
DRTCDataChannel+Internal.h43 @property(nonatomic, readonly) const webrtc::DataChannelInit* dataChannelInit;
DRTCDataChannel.mm86 webrtc::DataChannelInit _dataChannelInit;
141 - (const webrtc::DataChannelInit*)dataChannelInit {
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.h52 const webrtc::DataChannelInit& init);
Dpeerconnectiontestwrapper.cc108 const webrtc::DataChannelInit& init) { in CreateDataChannel()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc111 using webrtc::DataChannelInit;
155 static DataChannelInit JavaDataChannelInitToNative( in JavaDataChannelInitToNative()
157 DataChannelInit init; in JavaDataChannelInitToNative()
1664 DataChannelInit init = JavaDataChannelInitToNative(jni, j_init); in JOW()