HomeSort by relevance Sort by last modified time
    Searched refs:InternalDataChannelInit (Results 1 - 9 of 9) sorted by null

  /external/webrtc/talk/app/webrtc/
datachannel.h 68 struct InternalDataChannelInit : public DataChannelInit {
75 InternalDataChannelInit() : open_handshake_role(kOpener) {}
76 explicit InternalDataChannelInit(const DataChannelInit& base)
132 const InternalDataChannelInit& config);
243 bool Init(const InternalDataChannelInit& config);
260 InternalDataChannelInit config_;
datachannel_unittest.cc 103 webrtc::InternalDataChannelInit init_;
236 webrtc::InternalDataChannelInit init;
249 webrtc::InternalDataChannelInit init;
279 webrtc::InternalDataChannelInit init;
376 webrtc::InternalDataChannelInit config;
379 config.open_handshake_role = webrtc::InternalDataChannelInit::kNone;
392 webrtc::InternalDataChannelInit config;
395 config.open_handshake_role = webrtc::InternalDataChannelInit::kAcker;
408 // Tests the OPEN_ACK role assigned by InternalDataChannelInit.
410 webrtc::InternalDataChannelInit init
    [all...]
datachannel.cc 131 const InternalDataChannelInit& config) {
158 bool DataChannel::Init(const InternalDataChannelInit& config) {
185 case webrtc::InternalDataChannelInit::kNone: // pre-negotiated
188 case webrtc::InternalDataChannelInit::kOpener:
191 case webrtc::InternalDataChannelInit::kAcker:
peerconnection.h 307 const InternalDataChannelInit* config);
323 const InternalDataChannelInit& config);
peerconnection.cc 838 rtc::scoped_ptr<InternalDataChannelInit> internal_config;
840 internal_config.reset(new InternalDataChannelInit(*config));
    [all...]
webrtcsession.h 333 sigslot::signal2<const std::string&, const InternalDataChannelInit&>
webrtcsession.cc     [all...]
webrtcsession_unittest.cc 88 using webrtc::InternalDataChannelInit;
426 const InternalDataChannelInit& config) {
    [all...]
statscollector_unittest.cc 584 InternalDataChannelInit config;
    [all...]

Completed in 503 milliseconds