Home
last modified time | relevance | path

Searched refs:tvList (Results 26 - 49 of 49) sorted by relevance

12

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.h62 static void OnConnectionSessionEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList);
H A Dsoftbus_connection.cpp184 void SoftBusConnection::OnConnectionSessionEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList) in OnConnectionSessionEvent() argument
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h44 const QosTv *tvList);
H A Dsoftbus_client_stub.h45 const QosTv *tvList) override;
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h35 const QosTv *tvList) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h36 const QosTv *tvList) override;
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h228 TV *tvList; /**< Pointer to the TV list. */ member
H A Dsession.h356 * @param tvCount Indicates the number of TVs returned in the fourth parameter <b>tvList</b>.
357 * @param tvList Indicates the pointer to the TV list.
361 void (*OnQosEvent)(int sessionId, int eventId, int tvCount, const QosTv *tvList);
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h123 TV *tvList; member
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c460 int32_t TransOnUdpChannelQosEvent(int32_t channelId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in TransOnUdpChannelQosEvent() argument
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() argument
556 g_sessionCb->OnQosEvent(channelId, CHANNEL_TYPE_UDP, eventId, tvCount, tvList); in OnQosEvent()
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp53 const QosTv *tvList) in OnChannelQosEvent()
52 OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) OnChannelQosEvent() argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Di_stream_socket.h41 virtual void OnQosEvent(int32_t eventId, int32_t tvCount, const QosTv *tvList) const = 0;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp308 const QosTv *tvList) in OnChannelQosEvent()
325 TRANS_CHECK_AND_RETURN_RET_LOGE(data.WriteRawData(tvList, sizeof(QosTv) * tvCount), in OnChannelQosEvent()
307 OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) OnChannelQosEvent() argument
H A Dtrans_client_proxy.cpp203 param->tvCount, param->tvList); in ClientIpcOnChannelQosEvent()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/
H A Dclient_trans_channel_manager_test.cpp71 int32_t tvCount, const QosTv *tvList) in OnQosEvent()
70 OnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) OnQosEvent() argument
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_callback.c553 int32_t tvCount, const QosTv *tvList) in TransOnQosEvent()
567 listener.OnQosEvent(sessionId, eventId, tvCount, tvList); in TransOnQosEvent()
552 TransOnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) TransOnQosEvent() argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c250 int32_t NotifyUdpQosEvent(const AppInfo *info, int32_t eventId, int32_t tvCount, const QosTv *tvList) in NotifyUdpQosEvent() argument
264 param.tvList = tvList; in NotifyUdpQosEvent()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp184 void SoftBusConnection::OnConnectionSessionEvent(int sessionId, int eventId, int tvCount, const QosTv *tvList) in OnConnectionSessionEvent() argument
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp52 const QosTv *tvList) override
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
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() argument
H A Dclient_trans_session_test.cpp136 static void OnQosEvent(int32_t sessionId, int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnQosEvent() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_manager_test.cpp101 int32_t tvCount, const QosTv *tvList) in TransOnQosEvent()
100 TransOnQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) TransOnQosEvent() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp51 int32_t eventId, int32_t tvCount, const QosTv *tvList) in OnChannelQosEvent()
50 OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, const QosTv *tvList) OnChannelQosEvent() argument
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h1156 TV *tvList; /**< Pointer to the TV list. */ member

Completed in 22 milliseconds

12