Home
last modified time | relevance | path

Searched refs:pooled_session_1 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc2001 const PortAllocatorSession* pooled_session_1 = in TEST_F() local
2005 ASSERT_NE(nullptr, pooled_session_1); in TEST_F()
2008 EXPECT_TRUE(pooled_session_1->ReadyPorts().empty()); in TEST_F()
2009 EXPECT_TRUE(pooled_session_1->ReadyCandidates().empty()); in TEST_F()
2019 auto pooled_ports_1 = pooled_session_1->ReadyPorts(); in TEST_F()
2044 const PortAllocatorSession* pooled_session_1 = in TEST_F() local
2048 ASSERT_NE(nullptr, pooled_session_1); in TEST_F()
2052 EXPECT_TRUE_SIMULATED_WAIT(pooled_session_1->CandidatesAllocationDone() && in TEST_F()
2062 auto pooled_ports_1 = pooled_session_1->ReadyPorts(); in TEST_F()