OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PortAllocatorSession
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
portallocator.cc
16
PortAllocatorSession
::
PortAllocatorSession
(const std::string& content_name,
31
PortAllocatorSession
* PortAllocator::CreateSession(
portallocator.h
111
class
PortAllocatorSession
: public sigslot::has_slots<> {
114
PortAllocatorSession
(const std::string& content_name,
121
virtual ~
PortAllocatorSession
() {}
136
sigslot::signal2<
PortAllocatorSession
*, PortInterface*> SignalPortReady;
137
sigslot::signal2<
PortAllocatorSession
*,
139
sigslot::signal1<
PortAllocatorSession
*> SignalCandidatesAllocationDone;
143
sigslot::signal1<
PortAllocatorSession
*> SignalDestroyed;
189
PortAllocatorSession
* CreateSession(
239
virtual
PortAllocatorSession
* CreateSessionInternal(
Completed in 55 milliseconds