Home
last modified time | relevance | path

Searched refs:TrafficStats (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_mock_test/
H A Dtrans_channel_manager_mock_test.cpp156 TrafficStats *trafficStats = (TrafficStats *)SoftBusCalloc(sizeof(TrafficStats));
175 TrafficStats *trafficStats = (TrafficStats *)SoftBusCalloc(sizeof(TrafficStats));
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Dclient_trans_stream_test.cpp144 TrafficStats *dataTrafficStats = (TrafficStats*)SoftBusMalloc(sizeof(TrafficStats));
146 (void)memset_s(dataTrafficStats, sizeof(TrafficStats), 0, sizeof(TrafficStats));
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp372 TrafficStats *statsData = (TrafficStats*)SoftBusCalloc(sizeof(TrafficStats));
374 (void)memset_s(statsData, sizeof(TrafficStats), 0, sizeof(TrafficStats));
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp239 TrafficStats *trafficStats = (TrafficStats *)SoftBusCalloc(sizeof(TrafficStats));
241 memset_s(trafficStats, sizeof(TrafficStats), 0, sizeof(TrafficStats));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_trans_def.h94 } TrafficStats; typedef
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dclient_trans_udp_stream_interface.h51 void (*OnRippleStats)(int32_t channelId, const TrafficStats *data);
H A Dstream_adaptor_listener.h117 void OnRippleStats(const TrafficStats *data) override in OnRippleStats()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/include/
H A Dtrans_server_proxy.h43 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Di_stream_manager.h37 virtual void OnRippleStats(const TrafficStats *data) = 0;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_manager.h41 int32_t TransRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/
H A Dtrans_server_proxy.c125 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in ServerIpcRippleStats()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h61 int32_t RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h60 …int32_t RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *statsData) overrid…
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.h68 void OnRippleStats(const TrafficStats *data) override in OnRippleStats()
H A Di_stream_socket.h43 virtual void OnRippleStats(const TrafficStats *data) = 0;
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dif_softbus_server.h60 … virtual int32_t RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) = 0;
H A Dsoftbus_server.h61 int32_t RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h58 int32_t RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) override;
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp258 …tBusServerProxyFrame::RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in RippleStats()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/
H A Dclient_trans_stream.c106 static void OnRippleStats(int32_t channelId, const TrafficStats *data) in OnRippleStats()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dtrans_event_converter.h64 TRANS_ASSIGNER(LongString, TrafficStats, trafficStats)
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp203 TrafficStats trafficStats; in ServerIpcRippleStatsTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp259 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in ServerIpcRippleStats()
H A Dtrans_server_proxy_standard.cpp612 int32_t TransServerProxy::RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *s… in RippleStats()
632 if (!data.WriteRawData((void *)statsData, sizeof(TrafficStats))) { in RippleStats()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp1290 TrafficStats *stats = in RippleStatsInner()
1291 …const_cast<TrafficStats *>(reinterpret_cast<const TrafficStats *>(data.ReadRawData(sizeof(TrafficS… in RippleStatsInner()

12