Home
last modified time | relevance | path

Searched refs:IceControllerEvent (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/p2p/base/
Dice_controller_interface.h25 struct IceControllerEvent { struct
42 IceControllerEvent(const Type& _type) // NOLINT: runtime/explicit in IceControllerEvent() argument
81 absl::optional<IceControllerEvent> recheck_event;
137 virtual SwitchResult ShouldSwitchConnection(IceControllerEvent reason,
141 virtual SwitchResult SortAndSwitchConnection(IceControllerEvent reason) = 0;
Dbasic_ice_controller.h49 SwitchResult ShouldSwitchConnection(IceControllerEvent reason,
51 SwitchResult SortAndSwitchConnection(IceControllerEvent reason) override;
139 SwitchResult HandleInitialSelectDampening(IceControllerEvent reason,
Dp2p_transport_channel.h223 void RequestSortAndStateUpdate(IceControllerEvent reason_to_sort);
228 void SortConnectionsAndUpdateState(IceControllerEvent reason_to_sort);
231 void SwitchSelectedConnection(Connection* conn, IceControllerEvent reason);
305 IceControllerEvent reason);
307 IceControllerEvent reason,
Dp2p_transport_channel.cc264 IceControllerEvent reason) { in MaybeSwitchSelectedConnection()
272 IceControllerEvent reason, in MaybeSwitchSelectedConnection()
500 IceControllerEvent::REMOTE_CANDIDATE_GENERATION_CHANGE); in SetRemoteIceParameters()
654 RequestSortAndStateUpdate(IceControllerEvent::NETWORK_PREFERENCE_CHANGE); in SetIceConfig()
906 IceControllerEvent::NEW_CONNECTION_FROM_LOCAL_CANDIDATE); in OnPortReady()
1086 IceControllerEvent::NEW_CONNECTION_FROM_UNKNOWN_REMOTE_ADDRESS); in OnUnknownAddress()
1137 conn, IceControllerEvent::NOMINATION_ON_CONTROLLED_SIDE)) { in OnNominated()
1141 IceControllerEvent::NOMINATION_ON_CONTROLLED_SIDE); in OnNominated()
1285 IceControllerEvent::NEW_CONNECTION_FROM_REMOTE_CANDIDATE); in FinishAddingRemoteCandidate()
1606 IceControllerEvent reason_to_sort) { in RequestSortAndStateUpdate()
[all …]
Dbasic_ice_controller.cc416 IceControllerEvent reason, in HandleInitialSelectDampening()
465 reason.type = IceControllerEvent::ICE_CONTROLLER_RECHECK; in HandleInitialSelectDampening()
471 IceControllerEvent reason, in ShouldSwitchConnection()
497 absl::optional<IceControllerEvent> recheck_event; in ShouldSwitchConnection()
525 BasicIceController::SortAndSwitchConnection(IceControllerEvent reason) { in SortAndSwitchConnection()
Dice_controller_interface.cc17 std::string IceControllerEvent::ToString() const { in ToString()
Dp2p_transport_channel_unittest.cc5739 SwitchResult SortAndSwitchConnection(IceControllerEvent reason) override { in SortAndSwitchConnection()
5746 IceControllerEvent(IceControllerEvent::ICE_CONTROLLER_RECHECK); in SortAndSwitchConnection()