Home
last modified time | relevance | path

Searched defs:tos (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c583 static void FillNotifyList(ListNode *notifyList, uint8_t tos) in FillNotifyList()
603 static int32_t ModifyUdpChannelTos(uint8_t tos) in ModifyUdpChannelTos()
648 int32_t UdpChannelFileTransLimit(const ChannelInfo *channel, uint8_t tos) in UdpChannelFileTransLimit()
671 int32_t UdpChannelFileTransRecoveryLimit(uint8_t tos) in UdpChannelFileTransRecoveryLimit()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h42 uint8_t tos; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/mini/
H A Dtrans_client_proxy.c74 …t32_t ClientIpcOnTransLimitChange(const char *pkgName, int32_t pid, int32_t channelId, uint8_t tos) in ClientIpcOnTransLimitChange()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp210 …t32_t ClientIpcOnTransLimitChange(const char *pkgName, int32_t pid, int32_t channelId, uint8_t tos) in ClientIpcOnTransLimitChange()
H A Dtrans_client_proxy_standard.cpp106 int32_t TransClientProxy::OnClientTransLimitChange(int32_t channelId, uint8_t tos) in OnClientTransLimitChange()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c304 …t32_t ClientIpcOnTransLimitChange(const char *pkgName, int32_t pid, int32_t channelId, uint8_t tos) in ClientIpcOnTransLimitChange()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp163 int32_t ISoftBusClient::OnClientTransLimitChange(int32_t channelId, uint8_t tos) in OnClientTransLimitChange()
H A Dsoftbus_client_stub.cpp106 uint8_t tos; in OnClientTransLimitChangeInner() local
117 int32_t SoftBusClientStub::OnClientTransLimitChange(int32_t channelId, uint8_t tos) in OnClientTransLimitChange()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp454 uint8_t tos = 0; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp889 int tos = 1; variable
1313 uint32_t tos = 65535; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c184 int32_t SetIpTos(int fd, uint32_t tos) in SetIpTos()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c575 int32_t NotifyTransLimitChanged(int32_t channelId, uint8_t tos) in NotifyTransLimitChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp824 uint8_t tos = FILE_PRIORITY_BK; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_message_test_mock.cpp207 int32_t SetIpTos(int32_t fd, uint32_t tos) in SetIpTos()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_message.c192 uint32_t tos = (flags == FLAG_BYTES) ? BYTE_TOS : MESSAGE_TOS; in TransTdcProcessPostData() local
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c714 int32_t TransLimitChange(int32_t channelId, uint8_t tos) in TransLimitChange()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp1238 bool VtpStreamSocket::SetIpTos(int32_t fd, const StreamAttr &tos) in SetIpTos()
1253 int32_t tos; in GetIpTos() local
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h353 uint8_t tos; /**< Service type member
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub_fuzzer/
H A Dsoftbusclientstub_fuzzer.cpp583 uint8_t tos = *(reinterpret_cast<const uint8_t *>(data)); in OnClientTransLimitChangeInnerTest() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c536 …uint32_t tos = (conn->appInfo.businessType == BUSINESS_TYPE_BYTE) ? FAST_BYTE_TOS : FAST_MESSAGE_T… in TransTdcPostFastData() local