Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dport_allocator_unittest.cc66 std::unique_ptr<cricket::FakePortAllocatorSession> TakePooledSession() { in TakePooledSession() function in PortAllocatorTest
69 allocator_->TakePooledSession(kContentName, 0, kIceUfrag, kIcePwd) in TakePooledSession()
75 while (TakePooledSession() != nullptr) { in GetAllPooledSessionsReturnCount()
151 auto session_1 = TakePooledSession(); in TEST_F()
152 auto session_2 = TakePooledSession(); in TEST_F()
194 auto session_1 = TakePooledSession(); in TEST_F()
195 auto session_2 = TakePooledSession(); in TEST_F()
225 auto session = TakePooledSession(); in TEST_F()
235 auto session_1 = TakePooledSession(); in TEST_F()
238 auto session_2 = TakePooledSession(); in TEST_F()
[all …]
Dport_allocator.cc220 std::unique_ptr<PortAllocatorSession> PortAllocator::TakePooledSession( in TakePooledSession() function in cricket::PortAllocator
Dport_allocator.h417 std::unique_ptr<PortAllocatorSession> TakePooledSession(
Dp2p_transport_channel.cc840 allocator_->TakePooledSession(transport_name(), component(), in MaybeStartGathering()
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc2091 allocator_->TakePooledSession(kContentName, 1, kIceUfrag0, kIcePwd0); in TEST_F()
2129 allocator_->TakePooledSession(kContentName, 1, kIceUfrag0, kIcePwd0); in TEST_F()