Searched refs:DCT_SCTP (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | datachannel.cc | 169 } else if (data_channel_type_ == cricket::DCT_SCTP) { in Init() 263 ASSERT(data_channel_type_ == cricket::DCT_SCTP); in Send() 296 ASSERT(config_.id < 0 && sid >= 0 && data_channel_type_ == cricket::DCT_SCTP); in SetSctpSid() 306 ASSERT(data_channel_type_ == cricket::DCT_SCTP); in OnTransportChannelCreated() 352 ASSERT(data_channel_type_ == cricket::DCT_SCTP); in OnDataReceived() 403 if (data_channel_type_ == cricket::DCT_SCTP && sid == config_.id) { in OnStreamClosedRemotely() 503 if (data_channel_type_ == cricket::DCT_SCTP && config_.id >= 0) { in DisconnectFromProvider() 547 if (data_channel_type_ == cricket::DCT_SCTP) { in SendDataMessage() 571 if (data_channel_type_ != cricket::DCT_SCTP) { in SendDataMessage() 622 ASSERT(data_channel_type_ == cricket::DCT_SCTP && in SendControlMessage()
|
D | datachannel_unittest.cc | 86 &provider_, cricket::DCT_SCTP, "test", init_)) { in SctpDataChannelTest() 113 &provider_, cricket::DCT_SCTP, "test1", init_); in TEST_F() 239 &provider_, cricket::DCT_SCTP, "test1", init); in TEST_F() 253 &provider_, cricket::DCT_SCTP, "test1", init); in TEST_F() 283 &provider_, cricket::DCT_SCTP, "test1", init); in TEST_F() 383 &provider_, cricket::DCT_SCTP, "test1", config); in TEST_F() 399 &provider_, cricket::DCT_SCTP, "test1", config); in TEST_F()
|
D | peerconnection.cc | 972 if (session_->data_channel_type() == cricket::DCT_SCTP && in SetLocalDescription() 1050 if (session_->data_channel_type() == cricket::DCT_SCTP && in SetRemoteDescription() 1462 if (session_->data_channel_type() == cricket::DCT_SCTP && HasDataChannels()) { in GetOptionsForOffer() 1463 session_options->data_channel_type = cricket::DCT_SCTP; in GetOptionsForOffer() 1486 if (session_->data_channel_type() == cricket::DCT_SCTP) { in GetOptionsForAnswer() 1487 session_options->data_channel_type = cricket::DCT_SCTP; in GetOptionsForAnswer() 1841 if (session_->data_channel_type() == cricket::DCT_SCTP) { in InternalCreateDataChannel() 1871 RTC_DCHECK(channel->data_channel_type() == cricket::DCT_SCTP); in InternalCreateDataChannel()
|
D | webrtcsession_unittest.cc | 581 if (session_->data_channel_type() == cricket::DCT_SCTP && data_channel_) { in GetOptionsForOffer() 582 session_options->data_channel_type = cricket::DCT_SCTP; in GetOptionsForOffer() 598 if (session_->data_channel_type() == cricket::DCT_SCTP) { in GetOptionsForAnswer() 599 session_options->data_channel_type = cricket::DCT_SCTP; in GetOptionsForAnswer() 1018 options.data_channel_type = cricket::DCT_SCTP; in CreateRemoteOfferWithSctpPort() 1369 dci.reliable = session_->data_channel_type() == cricket::DCT_SCTP; in CreateDataChannel() 3835 options.data_channel_type = cricket::DCT_SCTP; in TEST_P() 3863 EXPECT_EQ(cricket::DCT_SCTP, data_engine_->last_channel_type()); in TEST_P() 3903 EXPECT_EQ(cricket::DCT_SCTP, data_engine_->last_channel_type()); in TEST_P() 3935 EXPECT_EQ(cricket::DCT_SCTP, data_engine_->last_channel_type()); in TEST_P()
|
D | webrtcsession.cc | 648 data_channel_type_ = cricket::DCT_SCTP; in Initialize() 1871 bool sctp = (data_channel_type_ == cricket::DCT_SCTP); in CreateDataChannel() 1901 RTC_DCHECK(data_channel_type_ == cricket::DCT_SCTP); in OnDataChannelMessageReceived()
|
D | statscollector_unittest.cc | 588 &data_channel_provider_, cricket::DCT_SCTP, label, config)); in AddDataChannel() 781 AddDataChannel(cricket::DCT_SCTP, label, id); in TEST_F()
|
/external/webrtc/talk/media/base/ |
D | mediaengine.h | 210 DCT_SCTP = 2 enumerator
|
/external/webrtc/talk/session/media/ |
D | mediasession.cc | 1306 options_copy.data_channel_type = DCT_SCTP; in CreateOffer() 1683 bool is_sctp = (options.data_channel_type == DCT_SCTP); in AddDataContentForOffer() 1864 bool is_sctp = (options.data_channel_type == DCT_SCTP); in AddDataContentForAnswer()
|
D | mediasession_unittest.cc | 652 opts.data_channel_type = cricket::DCT_SCTP; in TEST_F() 664 opts.data_channel_type = cricket::DCT_SCTP; in TEST_F() 732 opts.data_channel_type = cricket::DCT_SCTP; in TEST_F() 865 opts.data_channel_type = cricket::DCT_SCTP; in TEST_F() 2326 opts.data_channel_type = cricket::DCT_SCTP; in TEST_F()
|
D | channel.cc | 2055 if (data_channel_type_ == DCT_SCTP) { in WantsPacket() 2092 DataChannelType data_channel_type = is_sctp ? DCT_SCTP : DCT_RTP; in SetDataChannelTypeFromContent()
|
/external/webrtc/talk/media/sctp/ |
D | sctpdataengine_unittest.cc | 287 cricket::DCT_SCTP)); in CreateChannel()
|
D | sctpdataengine.cc | 322 if (data_channel_type != DCT_SCTP) { in CreateChannel()
|