/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_virtual.c | 89 int32_t TransOnUdpChannelQosEvent(int32_t channelId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in TransOnUdpChannelQosEvent() argument 93 (void)tvCount; in TransOnUdpChannelQosEvent()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranschannelcallback_fuzzer/ |
H A D | clienttranschannelcallback_fuzzer.cpp | 85 int32_t tvCount = *(reinterpret_cast<const int32_t *>(data)); in ClientTransChannelCallbackTest() local 100 TransOnChannelQosEvent(channelId, channelType, eventId, tvCount, &tvList); in ClientTransChannelCallbackTest()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_channel_callback_test.cpp | 64 int32_t tvCount, const QosTv *tvList) in OnQosEvent() 278 int32_t tvCount = 1; in HWTEST_F() local 283 int32_t ret = TransOnChannelQosEvent(channelId, CHANNEL_TYPE_UDP, eventId, tvCount, nullptr); in HWTEST_F() 286 ret = TransOnChannelQosEvent(channelId, CHANNEL_TYPE_UDP, eventId, tvCount, &tvList); in HWTEST_F() 289 ret = TransOnChannelQosEvent(channelId, CHANNEL_TYPE_BUTT, eventId, tvCount, &tvList); in HWTEST_F() 63 OnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) OnQosEvent() argument
|
/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/ |
H A D | test_suite.h | 36 inline void EsOnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in EsOnQosEvent() argument
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/ |
H A D | client_trans_udp_manager.h | 36 void (*OnQosEvent)(int channelId, int eventId, int tvCount, const QosTv *tvList); 71 int32_t TransOnUdpChannelQosEvent(int32_t channelId, int32_t eventId, int32_t tvCount, const QosTv *tvList);
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_manager.h | 58 void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) const override 60 listener_->OnQosEvent(eventId, tvCount, tvList);
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/ |
H A D | client_trans_stream_test.cpp | 117 int32_t tvCount = 3; in HWTEST_F() local 119 OnQosEvent(channelId, eventId, tvCount, tvList); in HWTEST_F() 124 OnQosEvent(channelId, eventId, tvCount, tvList); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/ |
H A D | trans_channel_callback_test.cpp | 153 param->tvCount = 0; in HWTEST_F() 157 param->tvCount = 1; in HWTEST_F() 162 param->tvCount = 1; in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor_listener.h | 42 outFrameInfo->tvCount = 0; in ConvertStreamFrameInfo() 93 void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) override 97 adaptor_->GetListenerCallback()->OnQosEvent(adaptor_->GetChannelId(), eventId, tvCount, tvList);
|
H A D | client_trans_udp_stream_interface.h | 49 void (*OnQosEvent)(int32_t channelId, int32_t eventId, int32_t tvCount, const QosTv *tvList);
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/ |
H A D | trans_udp_negotiation.h | 36 int32_t NotifyUdpQosEvent(const AppInfo *info, int32_t eventId, int32_t tvCount, const QosTv *tvList);
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/include/ |
H A D | client_trans_channel_callback.h | 38 int32_t tvCount, const QosTv *tvList);
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_callback.c | 166 int32_t tvCount, const QosTv *tvList) in TransOnChannelQosEvent() 177 return TransOnUdpChannelQosEvent(channelId, eventId, tvCount, tvList); in TransOnChannelQosEvent() 165 TransOnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) TransOnChannelQosEvent() argument
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_client_stub.cpp | 145 int32_t tvCount, const QosTv *tvList) in OnChannelQosEvent() 147 return TransOnChannelQosEvent(channelId, channelType, eventId, tvCount, tvList); in OnChannelQosEvent() 319 int32_t tvCount; in OnChannelQosEventInner() local 320 COMM_CHECK_AND_RETURN_RET_LOGE(data.ReadInt32(tvCount) && tvCount > 0, SOFTBUS_TRANS_PROXY_READINT_FAILED, COMM_SDK, in OnChannelQosEventInner() 321 "read tv failed! count=%{public}d", tvCount); in OnChannelQosEventInner() 323 QosTv *tvList = (QosTv *)data.ReadRawData(sizeof(QosTv) * tvCount); in OnChannelQosEventInner() 327 int ret = OnChannelQosEvent(channelId, channelType, eventId, tvCount, tvList); in OnChannelQosEventInner() 144 OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) OnChannelQosEvent() argument
|
/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_trans_def.h | 51 int32_t tvCount; member
|
/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_session_callback.h | 36 int32_t tvCount, const QosTv *tvList);
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 185 int32_t tvCount; /**< Number of scalable tag-values (TVs). */ member
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/ |
H A D | client_trans_stream.c | 88 static void OnQosEvent(int channelId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() argument 93 g_udpChannelMgrCb->OnQosEvent(channelId, eventId, tvCount, tvList); in OnQosEvent()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/ |
H A D | i_stream_manager.h | 35 virtual void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) = 0;
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy_standard.cpp | 307 int32_t TransClientProxy::OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, in OnChannelQosEvent() argument 323 TRANS_CHECK_AND_RETURN_RET_LOGE(data.WriteInt32(tvCount), in OnChannelQosEvent() 325 TRANS_CHECK_AND_RETURN_RET_LOGE(data.WriteRawData(tvList, sizeof(QosTv) * tvCount), in OnChannelQosEvent()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_connection.h | 62 static void OnConnectionSessionEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_connection.h | 62 static void OnConnectionSessionEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList);
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 43 virtual int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 34 virtual int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 35 int32_t OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount,
|