Searched refs:IceRole (Results 1 – 18 of 18) sorted by relevance
44 MOCK_METHOD(cricket::IceRole, GetIceRole, (), (const, override));59 void SetIceRole(IceRole role) override {} in SetIceRole()
53 virtual void SetIceRole(IceRole role) = 0;54 virtual IceRole GetIceRole() const = 0;
225 virtual IceRole GetIceRole() const = 0;227 virtual void SetIceRole(IceRole role) = 0;
162 void SetIceRole(IceRole role) override { role_ = role; } in SetIceRole()163 IceRole GetIceRole() const override { return role_; } in GetIceRole()319 IceRole role_ = ICEROLE_UNKNOWN;
25 std::function<IceRole()> ice_role_func;
195 IceRole GetIceRole() const override;196 void SetIceRole(IceRole role) override;462 IceRole ice_role_;
107 void SetIceRole(IceRole role) override;108 IceRole GetIceRole() const override;394 IceRole ice_role_ RTC_GUARDED_BY(network_thread_);
39 enum IceRole { ICEROLE_CONTROLLING = 0, ICEROLE_CONTROLLED, ICEROLE_UNKNOWN }; enum
143 std::function<IceRole()> ice_role_func_;
213 IceRole Port::GetIceRole() const { in GetIceRole()217 void Port::SetIceRole(IceRole role) { in SetIceRole()642 IceRole remote_ice_role = ICEROLE_UNKNOWN; in MaybeIceRoleConflict()
78 void SetupTransports(IceRole role, int async_delay_ms = 0) { in SetupTransports()
300 void P2PTransportChannel::SetIceRole(IceRole ice_role) { in SetIceRole()315 IceRole P2PTransportChannel::GetIceRole() const { in GetIceRole()
325 void SetIceRole(IceRole role) { role_ = role; } in SetIceRole()326 IceRole ice_role() { return role_; } in ice_role()351 IceRole role_;500 void SetIceRole(int endpoint, IceRole role) { in SetIceRole()867 IceRole new_role = GetEndpoint(channel)->ice_role() == ICEROLE_CONTROLLING in OnRoleConflict()
341 IceRole role = port_->GetIceRole(); in priority()
759 cricket::IceRole role, in CreateTestPort()3563 Connection* CreateConnection(IceRole role) { in CreateConnection()
301 void SetIceRole_n(cricket::IceRole ice_role);303 cricket::IceRole DetermineIceRole(389 cricket::IceRole ice_role_ = cricket::ICEROLE_CONTROLLING;
1066 void JsepTransportController::SetIceRole_n(cricket::IceRole ice_role) { in SetIceRole_n()1075 cricket::IceRole JsepTransportController::DetermineIceRole( in DetermineIceRole()1080 cricket::IceRole ice_role = ice_role_; in DetermineIceRole()1189 cricket::IceRole reversed_role = (ice_role_ == cricket::ICEROLE_CONTROLLING) in OnTransportRoleConflict_n()
219 cricket::IceRole GetIceRole(const WrapperPtr& pc_wrapper_ptr) { in GetIceRole()