Lines Matching refs:PortAllocatorSession
188 class RTC_EXPORT PortAllocatorSession : public sigslot::has_slots<> {
191 PortAllocatorSession(const std::string& content_name,
198 ~PortAllocatorSession() override;
264 sigslot::signal2<PortAllocatorSession*, PortInterface*> SignalPortReady;
269 sigslot::signal2<PortAllocatorSession*, const std::vector<PortInterface*>&>
271 sigslot::signal2<PortAllocatorSession*, const std::vector<Candidate>&>
273 sigslot::signal2<PortAllocatorSession*, const IceCandidateErrorEvent&>
277 sigslot::signal2<PortAllocatorSession*, const std::vector<Candidate>&>
279 sigslot::signal1<PortAllocatorSession*> SignalCandidatesAllocationDone;
281 sigslot::signal2<PortAllocatorSession*, IceRegatheringReason>
286 sigslot::signal1<PortAllocatorSession*> SignalDestroyed;
404 std::unique_ptr<PortAllocatorSession> CreateSession(
417 std::unique_ptr<PortAllocatorSession> TakePooledSession(
425 const PortAllocatorSession* GetPooledSession(
607 virtual PortAllocatorSession* CreateSessionInternal(
613 const std::vector<std::unique_ptr<PortAllocatorSession>>& pooled_sessions() { in pooled_sessions()
647 std::vector<std::unique_ptr<PortAllocatorSession>> pooled_sessions_;
664 std::vector<std::unique_ptr<PortAllocatorSession>>::const_iterator