Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dportallocator.h111 class PortAllocatorSession : public sigslot::has_slots<> {
114 PortAllocatorSession(const std::string& content_name,
121 virtual ~PortAllocatorSession() {} in ~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(
Dportallocator.cc16 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession() function in cricket::PortAllocatorSession
31 PortAllocatorSession* PortAllocator::CreateSession( in CreateSession()
Dp2ptransportchannel.h177 PortAllocatorSession* allocator_session() { in allocator_session()
216 void AddAllocatorSession(PortAllocatorSession* session);
219 void OnPortReady(PortAllocatorSession *session, PortInterface* port);
220 void OnCandidatesReady(PortAllocatorSession *session,
222 void OnCandidatesAllocationDone(PortAllocatorSession* session);
272 std::vector<PortAllocatorSession*> allocator_sessions_;
Dp2ptransportchannel.cc242 void P2PTransportChannel::AddAllocatorSession(PortAllocatorSession* session) { in AddAllocatorSession()
430 void P2PTransportChannel::OnPortReady(PortAllocatorSession *session, in OnPortReady()
474 PortAllocatorSession* session, in OnCandidatesReady()
483 PortAllocatorSession* session) { in OnCandidatesAllocationDone()
1130 for (PortAllocatorSession* session : allocator_sessions_) { in MaybeStopPortAllocatorSessions()
/external/webrtc/webrtc/p2p/client/
Dfakeportallocator.h83 class FakePortAllocatorSession : public PortAllocatorSession {
91 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd, in FakePortAllocatorSession()
168 virtual cricket::PortAllocatorSession* CreateSessionInternal( in CreateSessionInternal()
Dbasicportallocator.h74 PortAllocatorSession* CreateSessionInternal(
94 class BasicPortAllocatorSession : public PortAllocatorSession,
Dportallocator_unittest.cc192 cricket::PortAllocatorSession* CreateSession( in CreateSession()
197 cricket::PortAllocatorSession* CreateSession( in CreateSession()
202 cricket::PortAllocatorSession* CreateSession( in CreateSession()
205 cricket::PortAllocatorSession* session = in CreateSession()
231 void OnCandidatesAllocationDone(cricket::PortAllocatorSession* session) { in OnCandidatesAllocationDone()
327 void OnPortReady(cricket::PortAllocatorSession* ses, in OnPortReady()
332 void OnCandidatesReady(cricket::PortAllocatorSession* ses, in OnCandidatesReady()
385 rtc::scoped_ptr<cricket::PortAllocatorSession> session_;
Dhttpportallocator.h52 virtual PortAllocatorSession* CreateSessionInternal(
Dbasicportallocator.cc133 PortAllocatorSession* BasicPortAllocator::CreateSessionInternal( in CreateSessionInternal()
148 : PortAllocatorSession(content_name, component, in BasicPortAllocatorSession()