Lines Matching refs:ChannelTest
125 class ChannelTest : public testing::Test, public sigslot::has_slots<> { class
130 ChannelTest(bool verify_playout, in ChannelTest() function in ChannelTest
162 this, &ChannelTest<T>::OnMediaMonitor); in CreateChannels()
164 this, &ChannelTest<T>::OnMediaMonitor); in CreateChannels()
427 typedef bool (ChannelTest<T>::*Method)();
428 CallThread(ChannelTest<T>* obj, Method method, bool* result) in CallThread()
441 ChannelTest<T>* obj_;
1350 CallOnThread(&ChannelTest<T>::SendRtp1, &sent_rtp1); in SendRtpToRtpOnThread()
1351 CallOnThread(&ChannelTest<T>::SendRtp2, &sent_rtp2); in SendRtpToRtpOnThread()
1352 CallOnThread(&ChannelTest<T>::SendRtcp1, &sent_rtcp1); in SendRtpToRtpOnThread()
1353 CallOnThread(&ChannelTest<T>::SendRtcp2, &sent_rtcp2); in SendRtpToRtpOnThread()
1374 CallOnThread(&ChannelTest<T>::SendRtp1, &sent_rtp1); in SendSrtpToSrtpOnThread()
1375 CallOnThread(&ChannelTest<T>::SendRtp2, &sent_rtp2); in SendSrtpToSrtpOnThread()
1376 CallOnThread(&ChannelTest<T>::SendRtcp1, &sent_rtcp1); in SendSrtpToSrtpOnThread()
1377 CallOnThread(&ChannelTest<T>::SendRtcp2, &sent_rtcp2); in SendSrtpToSrtpOnThread()
1655 CallOnThreadAndWaitForDone(&ChannelTest<T>::SendRtcp1, &send_rtcp1); in TestFlushRtcp()
1811 void ChannelTest<VoiceTraits>::CreateContent( in CreateContent()
1826 void ChannelTest<VoiceTraits>::CopyContent( in CopyContent()
1833 bool ChannelTest<VoiceTraits>::CodecMatches(const cricket::AudioCodec& c1, in CodecMatches()
1840 void ChannelTest<VoiceTraits>::AddLegacyStreamInContent( in AddLegacyStreamInContent()
1848 : public ChannelTest<VoiceTraits> {
1850 typedef ChannelTest<VoiceTraits> Base;
1861 cricket::VideoChannel* ChannelTest<VideoTraits>::CreateChannel( in CreateChannel()
1878 bool ChannelTest<VideoTraits>::AddStream1(int id) { in AddStream1()
1883 void ChannelTest<VideoTraits>::CreateContent( in CreateContent()
1898 void ChannelTest<VideoTraits>::CopyContent( in CopyContent()
1905 bool ChannelTest<VideoTraits>::CodecMatches(const cricket::VideoCodec& c1, in CodecMatches()
1912 void ChannelTest<VideoTraits>::AddLegacyStreamInContent( in AddLegacyStreamInContent()
1920 : public ChannelTest<VideoTraits> {
1922 typedef ChannelTest<VideoTraits> Base;
2569 : public ChannelTest<DataTraits> {
2571 typedef ChannelTest<DataTraits>
2583 cricket::DataChannel* ChannelTest<DataTraits>::CreateChannel( in CreateChannel()
2599 void ChannelTest<DataTraits>::CreateContent( in CreateContent()
2614 void ChannelTest<DataTraits>::CopyContent( in CopyContent()
2621 bool ChannelTest<DataTraits>::CodecMatches(const cricket::DataCodec& c1, in CodecMatches()
2627 void ChannelTest<DataTraits>::AddLegacyStreamInContent( in AddLegacyStreamInContent()