/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_callback.h | 39 int32_t (*OnQosEvent)(const char *pkgName, const QosParam *param); member
|
/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_session_callback.h | 35 int32_t (*OnQosEvent)(int32_t channelId, int32_t channelType, int32_t eventId, member
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | client_trans_udp_stream_interface.h | 49 void (*OnQosEvent)(int32_t channelId, int32_t eventId, int32_t tvCount, const QosTv *tvList); member
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_server_test.cpp | 75 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() function
|
/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); 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() function
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
H A D | client_trans_channel_callback_test.cpp | 63 static int32_t OnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in OnQosEvent() function
|
H A D | client_trans_channel_manager_test.cpp | 70 static int32_t OnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in OnQosEvent() function
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_callback_test.cpp | 125 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() function
|
H A D | client_trans_message_service_test.cpp | 128 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() function
|
H A D | client_trans_session_test.cpp | 136 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() function
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_manager.c | 551 static void OnQosEvent(int channelId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() function
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | session.h | 361 void (*OnQosEvent)(int sessionId, int eventId, int tvCount, const QosTv *tvList); member
|