Lines Matching refs:PortAllocatorSession
60 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession() function in cricket::PortAllocatorSession
76 PortAllocatorSession::~PortAllocatorSession() = default;
78 bool PortAllocatorSession::IsCleared() const { in IsCleared()
82 bool PortAllocatorSession::IsStopped() const { in IsStopped()
86 uint32_t PortAllocatorSession::generation() { in generation()
90 void PortAllocatorSession::set_generation(uint32_t generation) { in set_generation()
198 PortAllocatorSession* pooled_session = in SetConfiguration()
203 std::unique_ptr<PortAllocatorSession>(pooled_session)); in SetConfiguration()
208 std::unique_ptr<PortAllocatorSession> PortAllocator::CreateSession( in CreateSession()
214 auto session = std::unique_ptr<PortAllocatorSession>( in CreateSession()
220 std::unique_ptr<PortAllocatorSession> PortAllocator::TakePooledSession( in TakePooledSession()
244 std::unique_ptr<PortAllocatorSession> ret = std::move(*it); in TakePooledSession()
254 const PortAllocatorSession* PortAllocator::GetPooledSession( in GetPooledSession()
265 std::vector<std::unique_ptr<PortAllocatorSession>>::const_iterator