Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/client/
Dportallocator_unittest.cc178 bool CreateSession(int component) { in CreateSession() function in PortAllocatorTest
179 session_.reset(CreateSession("session", component)); in CreateSession()
185 bool CreateSession(int component, const std::string& content_name) { in CreateSession() function in PortAllocatorTest
186 session_.reset(CreateSession("session", content_name, component)); in CreateSession()
192 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
194 return CreateSession(sid, kContentName, component); in CreateSession()
197 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
199 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0); in CreateSession()
202 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
206 allocator_->CreateSession( in CreateSession()
[all …]
/external/webrtc/webrtc/p2p/base/
Dportallocator.cc31 PortAllocatorSession* PortAllocator::CreateSession( in CreateSession() function in cricket::PortAllocator
Dportallocator.h189 PortAllocatorSession* CreateSession(
Dp2ptransportchannel.cc424 AddAllocatorSession(allocator_->CreateSession( in MaybeStartGathering()