Lines Matching defs:ChannelTest

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