Home
last modified time | relevance | path

Searched refs:allocator_session_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/p2p/base/
Dregathering_controller_unittest.cc75 allocator_session_ = allocator_->CreateSession( in InitializeAndGatherOnce()
80 allocator_session_->StartGettingPorts(); in InitializeAndGatherOnce()
81 allocator_session_->SignalIceRegathering.connect( in InitializeAndGatherOnce()
83 regathering_controller_->set_allocator_session(allocator_session_.get()); in InitializeAndGatherOnce()
91 allocator_session_->ClearGettingPorts(); in InitializeAndGatherOnceWithSessionCleared()
113 std::unique_ptr<cricket::PortAllocatorSession> allocator_session_; member in webrtc::RegatheringControllerTest
Dregathering_controller.cc67 if (allocator_session_ && allocator_session_->IsCleared()) { in RegatherOnFailedNetworksIfDoneGathering()
68 allocator_session_->RegatherOnFailedNetworks(); in RegatherOnFailedNetworksIfDoneGathering()
Dregathering_controller.h59 allocator_session_ = allocator_session; in set_allocator_session()
93 cricket::PortAllocatorSession* allocator_session_ = nullptr; variable