Lines Matching refs:channel3
394 FakeTransportChannel* channel3 = CreateChannel("video", 1); in TEST_F() local
395 ASSERT_NE(nullptr, channel3); in TEST_F()
410 FakeTransportChannel* channel3 = CreateChannel("audio", 2); in TEST_F() local
411 ASSERT_NE(nullptr, channel3); in TEST_F()
448 FakeTransportChannel* channel3 = CreateChannel("video", 2); in TEST_F() local
449 ASSERT_NE(nullptr, channel3); in TEST_F()
456 channel3->SetCandidatesGatheringComplete(); in TEST_F()
457 channel3->SetConnectionCount(1); in TEST_F()
458 channel3->SetConnectionCount(0); in TEST_F()
482 FakeTransportChannel* channel3 = CreateChannel("video", 2); in TEST_F() local
483 ASSERT_NE(nullptr, channel3); in TEST_F()
490 channel3->SetCandidatesGatheringComplete(); in TEST_F()
491 channel3->SetConnectionCount(1); in TEST_F()
492 channel3->SetConnectionCount(0); in TEST_F()
594 FakeTransportChannel* channel3 = CreateChannel("data", 1); in TEST_F() local
595 ASSERT_NE(nullptr, channel3); in TEST_F()
597 channel3->Connect(); in TEST_F()
598 channel3->MaybeStartGathering(); in TEST_F()
604 channel3->SetCandidatesGatheringComplete(); in TEST_F()