Home
last modified time | relevance | path

Searched refs:SetQos (Results 1 – 25 of 94) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot-data/include/aws/iot-data/model/
H A DPublishRequest.h97 inline void SetQos(int value) { m_qosHasBeenSet = true; m_qos = value; } in SetQos() function
102 inline PublishRequest& WithQos(int value) { SetQos(value); return *this;} in WithQos()
H A DRetainedMessageSummary.h115 inline void SetQos(int value) { m_qosHasBeenSet = true; m_qos = value; } in SetQos() function
120 inline RetainedMessageSummary& WithQos(int value) { SetQos(value); return *this;} in WithQos()
H A DGetRetainedMessageResult.h112 inline void SetQos(int value) { m_qos = value; } in SetQos() function
117 inline GetRetainedMessageResult& WithQos(int value) { SetQos(value); return *this;} in WithQos()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DRepublishAction.h139 inline void SetQos(int value) { m_qosHasBeenSet = true; m_qos = value; } in SetQos() function
145 inline RepublishAction& WithQos(int value) { SetQos(value); return *this;} in WithQos()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DIOControlCode.cs22 SetQos = 0x8800000B, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DIOControlCode.cs72 SetQos = 0x8800000B, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/test/channel_transport/
H A Dudp_socket_posix.h59 bool SetQos(int32_t /*serviceType*/,
H A Dudp_socket_wrapper.h88 virtual bool SetQos(int32_t serviceType, int32_t tokenRate,
H A Dudp_transport_unittest.cc41 MOCK_METHOD8(SetQos, bool(int32_t, int32_t,
H A Dudp_socket2_win.h66 bool SetQos(int32_t serviceType,
H A Dudp_transport_impl.cc554 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
579 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
599 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
618 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
649 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
700 if (!rtpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS()
707 if (!rtcpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS()
H A Dudp_socket_posix.cc157 bool UdpSocketPosix::SetQos(int32_t /*serviceType*/, in SetQos() function in webrtc::test::UdpSocketPosix
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/test/channel_transport/
H A Dudp_socket_posix.h59 bool SetQos(int32_t /*serviceType*/,
H A Dudp_socket_wrapper.h88 virtual bool SetQos(int32_t serviceType, int32_t tokenRate,
H A Dudp_transport_unittest.cc39 MOCK_METHOD8(SetQos, bool(int32_t, int32_t,
H A Dudp_socket2_win.h67 bool SetQos(int32_t serviceType,
H A Dudp_transport_impl.cc556 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
581 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
601 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
620 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
638 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
651 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size, in EnableQoS()
702 if (!rtpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS()
709 if (!rtcpSock->SetQos(service_type, not_specified, not_specified, in DisableQoS()
H A Dudp_socket_posix.cc172 bool UdpSocketPosix::SetQos(int32_t /*serviceType*/, in SetQos() function in webrtc::test::UdpSocketPosix
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/volume/v2/
H A Dqos_specs.py220 class SetQos(command.Command): class
224 parser = super(SetQos, self).get_parser(prog_name)
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/volume/v1/
H A Dqos_specs.py218 class SetQos(command.Command): class
222 parser = super(SetQos, self).get_parser(prog_name)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/
H A Dapi.go1008 func (s *GetRetainedMessageOutput) SetQos(v int64) *GetRetainedMessageOutput { func
1515 func (s *PublishInput) SetQos(v int64) *PublishInput { func
1701 func (s *RetainedMessageSummary) SetQos(v int64) *RetainedMessageSummary { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/
H A Dapi.go1008 func (s *GetRetainedMessageOutput) SetQos(v int64) *GetRetainedMessageOutput { func
1515 func (s *PublishInput) SetQos(v int64) *PublishInput { func
1701 func (s *RetainedMessageSummary) SetQos(v int64) *RetainedMessageSummary { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/
H A Dapi.go1047 func (s *GetRetainedMessageOutput) SetQos(v int64) *GetRetainedMessageOutput { func
1634 func (s *PublishInput) SetQos(v int64) *PublishInput { func
1852 func (s *RetainedMessageSummary) SetQos(v int64) *RetainedMessageSummary { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/
H A Dapi.go1047 func (s *GetRetainedMessageOutput) SetQos(v int64) *GetRetainedMessageOutput { func
1634 func (s *PublishInput) SetQos(v int64) *PublishInput { func
1852 func (s *RetainedMessageSummary) SetQos(v int64) *RetainedMessageSummary { func
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/
H A Dapi.go1047 func (s *GetRetainedMessageOutput) SetQos(v int64) *GetRetainedMessageOutput { func
1634 func (s *PublishInput) SetQos(v int64) *PublishInput { func
1852 func (s *RetainedMessageSummary) SetQos(v int64) *RetainedMessageSummary { func

1234