Searched refs:PortAllocatorSessionMuxer (Results 1 – 5 of 5) sorted by relevance
43 PortAllocatorSessionMuxer::PortAllocatorSessionMuxer( in PortAllocatorSessionMuxer() function in cricket::PortAllocatorSessionMuxer49 this, &PortAllocatorSessionMuxer::OnPortReady); in PortAllocatorSessionMuxer()51 this, &PortAllocatorSessionMuxer::OnCandidatesAllocationDone); in PortAllocatorSessionMuxer()54 PortAllocatorSessionMuxer::~PortAllocatorSessionMuxer() { in ~PortAllocatorSessionMuxer()61 void PortAllocatorSessionMuxer::RegisterSessionProxy( in RegisterSessionProxy()65 this, &PortAllocatorSessionMuxer::OnSessionProxyDestroyed); in RegisterSessionProxy()81 void PortAllocatorSessionMuxer::OnCandidatesAllocationDone( in OnCandidatesAllocationDone()86 void PortAllocatorSessionMuxer::OnPortReady(PortAllocatorSession* session, in OnPortReady()91 this, &PortAllocatorSessionMuxer::OnPortDestroyed); in OnPortReady()94 void PortAllocatorSessionMuxer::OnPortDestroyed(PortInterface* port) { in OnPortDestroyed()[all …]
45 class PortAllocatorSessionMuxer : public rtc::MessageHandler,48 explicit PortAllocatorSessionMuxer(PortAllocatorSession* session);49 virtual ~PortAllocatorSessionMuxer();59 sigslot::signal1<PortAllocatorSessionMuxer*> SignalDestroyed;118 friend class PortAllocatorSessionMuxer; variable
71 PortAllocatorSessionMuxer* muxer = GetSessionMuxer(key_str); in CreateSession()76 muxer = new PortAllocatorSessionMuxer(session_impl); in CreateSession()90 PortAllocatorSessionMuxer* PortAllocator::GetSessionMuxer( in GetSessionMuxer()99 PortAllocatorSessionMuxer* session) { in OnSessionMuxerDestroyed()
76 class PortAllocatorSessionMuxer; variable144 PortAllocatorSessionMuxer* GetSessionMuxer(const std::string& key) const;145 void OnSessionMuxerDestroyed(PortAllocatorSessionMuxer* session);194 typedef std::map<std::string, PortAllocatorSessionMuxer*> SessionMuxerMap;
40 using cricket::PortAllocatorSessionMuxer;111 session_muxer_(new PortAllocatorSessionMuxer(session_)) { in PortAllocatorSessionProxyTest()133 PortAllocatorSessionMuxer* session_muxer_;