Searched refs:CreateSession (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/p2p/client/ |
D | portallocator_unittest.cc | 178 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/ |
D | portallocator.cc | 31 PortAllocatorSession* PortAllocator::CreateSession( in CreateSession() function in cricket::PortAllocator
|
D | portallocator.h | 189 PortAllocatorSession* CreateSession(
|
D | p2ptransportchannel.cc | 424 AddAllocatorSession(allocator_->CreateSession( in MaybeStartGathering()
|