Searched refs:ice_gathering_state_ (Results 1 – 3 of 3) sorted by relevance
571 ice_gathering_state_(kIceGatheringNew), in PeerConnection()828 return ice_gathering_state_; in ice_gathering_state()1313 ice_gathering_state_ = new_state; in OnIceGatheringChange()1314 observer_->OnIceGatheringChange(ice_gathering_state_); in OnIceGatheringChange()1338 if (ice_gathering_state_ != kIceGatheringComplete) { in ChangeSignalingState()1339 ice_gathering_state_ = kIceGatheringComplete; in ChangeSignalingState()1340 observer_->OnIceGatheringChange(ice_gathering_state_); in ChangeSignalingState()
179 ice_gathering_state_(PeerConnectionInterface::kIceGatheringNew) { in MockIceObserver()190 ice_gathering_state_ = new_state; in OnIceGatheringChange()215 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, ice_gathering_state_); in OnIceCandidate()227 ice_gathering_state_); in OnIceComplete()234 PeerConnectionInterface::IceGatheringState ice_gathering_state_; member in MockIceObserver417 observer_.ice_gathering_state_); in Init()610 observer_.ice_gathering_state_, in InitiateCall()1256 observer_.ice_gathering_state_); in SetupLoopbackCall()1261 observer_.ice_gathering_state_, kIceCandidatesTimeout); in SetupLoopbackCall()1264 observer_.ice_gathering_state_, kIceCandidatesTimeout); in SetupLoopbackCall()
355 IceGatheringState ice_gathering_state_; variable