/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_session_callback.h | 36 int32_t (*OnQosEvent)(int32_t channelId, int32_t channelType, int32_t eventId, member
|
/ohos5.0/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 in OnQosEvent() function
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_server_test.cpp | 74 static void OnQosEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor_listener.h | 93 void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) override in OnQosEvent() function
|
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
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/ |
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
|
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
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_adapter.cpp | 156 void SoftbusAdapter::OnQosEvent(int32_t socket, QoSEvent eventId, const QosTV *qos, uint32_t qosCou… in OnQosEvent() function in OHOS::DistributedHardware::SoftbusAdapter
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_message_service_test.cpp | 127 static void OnQosEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() function
|
H A D | client_trans_session_callback_test.cpp | 124 static void OnQosEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() function
|
H A D | client_trans_session_test.cpp | 135 static void OnQosEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_manager.c | 547 static void OnQosEvent(int channelId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() function
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | session.h | 361 void (*OnQosEvent)(int sessionId, int eventId, int tvCount, const QosTv *tvList); member
|