Searched refs:PortAllocatorSession (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/p2p/base/ |
D | port_allocator.cc | 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() [all …]
|
D | port_allocator.h | 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> [all …]
|
D | p2p_transport_channel.h | 187 PortAllocatorSession* allocator_session() const { in allocator_session() 255 void AddAllocatorSession(std::unique_ptr<PortAllocatorSession> session); 258 void OnPortReady(PortAllocatorSession* session, PortInterface* port); 259 void OnPortsPruned(PortAllocatorSession* session, 261 void OnCandidatesReady(PortAllocatorSession* session, 263 void OnCandidateError(PortAllocatorSession* session, 265 void OnCandidatesRemoved(PortAllocatorSession* session, 267 void OnCandidatesAllocationDone(PortAllocatorSession* session); 369 std::vector<std::unique_ptr<PortAllocatorSession>> allocator_sessions_
|
D | regathering_controller.h | 58 void set_allocator_session(cricket::PortAllocatorSession* allocator_session) { in set_allocator_session() 93 cricket::PortAllocatorSession* allocator_session_ = nullptr;
|
D | fake_port_allocator.h | 76 class FakePortAllocatorSession : public PortAllocatorSession { 85 : PortAllocatorSession(content_name, in FakePortAllocatorSession() 232 cricket::PortAllocatorSession* CreateSessionInternal( in CreateSessionInternal()
|
D | regathering_controller_unittest.cc | 94 void OnIceRegathering(cricket::PortAllocatorSession* allocator_session, in OnIceRegathering() 113 std::unique_ptr<cricket::PortAllocatorSession> allocator_session_;
|
D | p2p_transport_channel.cc | 209 std::unique_ptr<PortAllocatorSession> session) { in AddAllocatorSession() 839 std::unique_ptr<PortAllocatorSession> pooled_session = in MaybeStartGathering() 845 PortAllocatorSession* raw_pooled_session = in MaybeStartGathering() 866 void P2PTransportChannel::OnPortReady(PortAllocatorSession* session, in OnPortReady() 911 PortAllocatorSession* session, in OnCandidatesReady() 920 PortAllocatorSession* session, in OnCandidateError() 927 PortAllocatorSession* session) { in OnCandidatesAllocationDone() 2056 PortAllocatorSession* session, in OnPortsPruned() 2068 PortAllocatorSession* session, in OnCandidatesRemoved()
|
D | p2p_transport_channel_unittest.cc | 338 void OnIceRegathering(PortAllocatorSession*, IceRegatheringReason reason) { in OnIceRegathering() 2001 const PortAllocatorSession* pooled_session_1 = in TEST_F() 2003 const PortAllocatorSession* pooled_session_2 = in TEST_F() 2044 const PortAllocatorSession* pooled_session_1 = in TEST_F() 2046 const PortAllocatorSession* pooled_session_2 = in TEST_F()
|
/external/webrtc/p2p/client/ |
D | basic_port_allocator.h | 64 PortAllocatorSession* CreateSessionInternal( 79 void OnIceRegathering(PortAllocatorSession* session, 109 class RTC_EXPORT BasicPortAllocatorSession : public PortAllocatorSession,
|
D | basic_port_allocator_unittest.cc | 110 const cricket::PortAllocatorSession* allocator_session, in CheckStunKeepaliveIntervalOfAllReadyPorts() 255 std::unique_ptr<PortAllocatorSession> CreateSession(const std::string& sid, in CreateSession() 260 std::unique_ptr<PortAllocatorSession> CreateSession( in CreateSession() 267 std::unique_ptr<PortAllocatorSession> CreateSession( in CreateSession() 273 std::unique_ptr<PortAllocatorSession> session = in CreateSession() 370 void OnCandidatesAllocationDone(PortAllocatorSession* session) { in OnCandidatesAllocationDone() 402 void OnPortReady(PortAllocatorSession* ses, PortInterface* port) { in OnPortReady() 409 void OnPortsPruned(PortAllocatorSession* ses, in OnPortsPruned() 422 void OnCandidatesReady(PortAllocatorSession* ses, in OnCandidatesReady() 437 void OnCandidatesRemoved(PortAllocatorSession* session, in OnCandidatesRemoved() [all …]
|
D | basic_port_allocator.cc | 191 void BasicPortAllocator::OnIceRegathering(PortAllocatorSession* session, in OnIceRegathering() 221 PortAllocatorSession* BasicPortAllocator::CreateSessionInternal( in CreateSessionInternal() 227 PortAllocatorSession* session = new BasicPortAllocatorSession( in CreateSessionInternal() 259 : PortAllocatorSession(content_name, in BasicPortAllocatorSession()
|
/external/webrtc/pc/ |
D | peer_connection_interface_unittest.cc | 2542 const cricket::PortAllocatorSession* session = in TEST_P() 2558 const cricket::PortAllocatorSession* session = in TEST_P()
|