Searched defs:data_channel (Results 1 – 12 of 12) sorted by relevance
48 bool ConnectDataChannel(webrtc::SctpDataChannel* data_channel) override { in ConnectDataChannel()59 void DisconnectDataChannel(webrtc::SctpDataChannel* data_channel) override { in DisconnectDataChannel()134 bool IsConnected(webrtc::SctpDataChannel* data_channel) const { in IsConnected()
172 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
183 void AddSctpDataChannel(rtc::scoped_refptr<SctpDataChannel> data_channel) { in AddSctpDataChannel()
89 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()
349 auto data_channel = std::make_unique<RtpDataChannel>( in CreateRtpDataChannel() local362 void ChannelManager::DestroyRtpDataChannel(RtpDataChannel* data_channel) { in DestroyRtpDataChannel()
103 void OnSignalOpened(DataChannelInterface* data_channel) { ++opened_count_; } in OnSignalOpened()105 void OnSignalClosed(DataChannelInterface* data_channel) { ++closed_count_; } in OnSignalClosed()
516 RtpDataChannel* data_channel = it->second; in UpdateClosingRtpDataChannels() local
91 rtc::scoped_refptr<DataChannelInterface> data_channel) override {} in OnDataChannel()
459 bool VerifyRTCDataChannelStats(const RTCDataChannelStats& data_channel) { in VerifyRTCDataChannelStats()
405 DataChannelInterface* data_channel() { return data_channel_; } in data_channel() function in webrtc::__anonb00edc420111::PeerConnectionWrapper1005 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()3469 auto data_channel = caller()->pc()->CreateDataChannel("label_1", nullptr); in TEST_P() local
222 rtc::scoped_refptr<webrtc::DataChannelInterface> data_channel) { in OnDataChannel()
58 rtc::scoped_refptr<DataChannelInterface> data_channel) override { in OnDataChannel()