Lines Matching refs:PortAllocator
94 PortAllocator::PortAllocator() in PortAllocator() function in cricket::PortAllocator
106 void PortAllocator::Initialize() { in Initialize()
111 PortAllocator::~PortAllocator() { in ~PortAllocator()
115 void PortAllocator::set_restrict_ice_credentials_change(bool value) { in set_restrict_ice_credentials_change()
120 bool PortAllocator::SetConfiguration( in SetConfiguration()
134 bool PortAllocator::SetConfiguration( in SetConfiguration()
208 std::unique_ptr<PortAllocatorSession> PortAllocator::CreateSession( in CreateSession()
220 std::unique_ptr<PortAllocatorSession> PortAllocator::TakePooledSession( in TakePooledSession()
254 const PortAllocatorSession* PortAllocator::GetPooledSession( in GetPooledSession()
266 PortAllocator::FindPooledSession(const IceParameters* ice_credentials) const { in FindPooledSession()
277 void PortAllocator::FreezeCandidatePool() { in FreezeCandidatePool()
282 void PortAllocator::DiscardCandidatePool() { in DiscardCandidatePool()
287 void PortAllocator::SetCandidateFilter(uint32_t filter) { in SetCandidateFilter()
297 void PortAllocator::GetCandidateStatsFromPooledSessions( in GetCandidateStatsFromPooledSessions()
305 std::vector<IceParameters> PortAllocator::GetPooledIceCredentials() { in GetPooledIceCredentials()
315 Candidate PortAllocator::SanitizeCandidate(const Candidate& c) const { in SanitizeCandidate()