Home
last modified time | relevance | path

Searched refs:OnQosEvent (Results 1 - 25 of 34) sorted by relevance

12

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/
H A Dtrans_qos_stat_server_test.cpp75 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() function
98 .OnQosEvent = OnQosEvent,
107 .OnQosEvent = NULL,
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_callback_test/
H A Dtrans_channel_callback_test.cpp149 int32_t ret = TransServerGetChannelCb()->OnQosEvent(NULL, param); in HWTEST_F()
151 ret = TransServerGetChannelCb()->OnQosEvent(pkgName, NULL); in HWTEST_F()
154 ret = TransServerGetChannelCb()->OnQosEvent(pkgName, param); in HWTEST_F()
159 ret = TransServerGetChannelCb()->OnQosEvent(pkgName, param); in HWTEST_F()
164 ret = TransServerGetChannelCb()->OnQosEvent(pkgName, param); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/
H A Dclient_trans_stream.c88 static void OnQosEvent(int channelId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() function
90 if ((g_udpChannelMgrCb == NULL) || (g_udpChannelMgrCb->OnQosEvent == NULL)) { in OnQosEvent()
93 g_udpChannelMgrCb->OnQosEvent(channelId, eventId, tvCount, tvList); in OnQosEvent()
119 .OnQosEvent = OnQosEvent,
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.h58 void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) const override
60 listener_->OnQosEvent(eventId, tvCount, tvList);
H A Di_stream_socket.h41 virtual void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) const = 0;
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor_listener.h93 void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) override
95 if (adaptor_->GetListenerCallback() != nullptr && adaptor_->GetListenerCallback()->OnQosEvent != nullptr) {
97 adaptor_->GetListenerCallback()->OnQosEvent(adaptor_->GetChannelId(), eventId, tvCount, tvList);
H A Dclient_trans_udp_stream_interface.h49 void (*OnQosEvent)(int32_t channelId, int32_t eventId, int32_t tvCount, const QosTv *tvList); member
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/
H A Dclient_trans_channel_manager_test.cpp70 static int32_t OnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in OnQosEvent() function
82 .OnQosEvent = OnQosEvent,
H A Dclient_trans_channel_callback_test.cpp63 static int32_t OnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, in OnQosEvent() function
82 .OnQosEvent = OnQosEvent,
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h39 int32_t (*OnQosEvent)(const char *pkgName, const QosParam *param); member
/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_callback.h35 int32_t (*OnQosEvent)(int32_t channelId, int32_t channelType, int32_t eventId, member
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c468 if (g_sessionCb->OnQosEvent != NULL) { in TransOnUdpChannelQosEvent()
469 g_sessionCb->OnQosEvent(channelId, CHANNEL_TYPE_UDP, eventId, tvCount, tvList); in TransOnUdpChannelQosEvent()
551 static void OnQosEvent(int channelId, int eventId, int tvCount, const QosTv *tvList) in OnQosEvent() function
553 if ((g_sessionCb == NULL) || (g_sessionCb->OnQosEvent == NULL)) { in OnQosEvent()
556 g_sessionCb->OnQosEvent(channelId, CHANNEL_TYPE_UDP, eventId, tvCount, tvList); in OnQosEvent()
608 .OnQosEvent = OnQosEvent,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Dclient_trans_stream_test.cpp106 * @tc.desc: OnQosEvent error.
119 OnQosEvent(channelId, eventId, tvCount, tvList); in HWTEST_F()
124 OnQosEvent(channelId, eventId, tvCount, tvList); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Di_stream_manager.h35 virtual void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) = 0;
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_callback_test.cpp125 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() function
135 .OnQosEvent = OnQosEvent,
580 .OnQosEvent = NULL, in HWTEST_F()
613 .OnQosEvent = OnQosEvent, in HWTEST_F()
H A Dclient_trans_message_service_test.cpp128 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() function
139 .OnQosEvent = OnQosEvent,
H A Dclient_trans_session_test.cpp136 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() function
187 .OnQosEvent = OnQosEvent,
331 .OnQosEvent = OnQosEvent, in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h36 void (*OnQosEvent)(int channelId, int eventId, int tvCount, const QosTv *tvList); member
/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/
H A Dfile_test.cpp90 .OnQosEvent = EsOnQosEvent}; in SetUpTestCase()
H A Dtest_server.cpp87 .OnQosEvent = EsOnQosEvent}; in ExecTestSuite()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H A Dclient_trans_udp_manager_static_test.cpp127 OnQosEvent(TEST_CHANNELID, TEST_EVENT_ID, TEST_COUNT, &tvList); in HWTEST_F()
180 OnQosEvent(TEST_CHANNELID, TEST_EVENT_ID, TEST_COUNT, &tvList); in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h361 void (*OnQosEvent)(int sessionId, int eventId, int tvCount, const QosTv *tvList); member
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_callback.c562 if (listener.OnQosEvent == NULL) { in TransOnQosEvent()
563 TRANS_LOGE(TRANS_QOS, "listener OnQosEvent is NULL, channelId=%{public}d, sessionId=%{public}d", in TransOnQosEvent()
567 listener.OnQosEvent(sessionId, eventId, tvCount, tvList); in TransOnQosEvent()
634 g_sessionCb.OnQosEvent = TransOnQosEvent; in GetClientSessionCb()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_callback_test.cpp91 g_channelCallBack.OnQosEvent = TransServerOnQosEvent; in TransTcpDirectCallbackTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranstcpdirectlistener_fuzzer/
H A Dclienttranstcpdirectlistener_fuzzer.cpp174 cb->OnQosEvent = NULL; in ClientFillSessionCallBack()

Completed in 16 milliseconds

12