/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_mock_test/ |
H A D | trans_channel_manager_mock_test.cpp | 156 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 D | client_trans_stream_test.cpp | 144 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 D | trans_ipc_test.cpp | 372 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 D | trans_channel_manager_test.cpp | 239 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 D | softbus_trans_def.h | 94 } TrafficStats; typedef
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | client_trans_udp_stream_interface.h | 51 void (*OnRippleStats)(int32_t channelId, const TrafficStats *data);
|
H A D | stream_adaptor_listener.h | 117 void OnRippleStats(const TrafficStats *data) override in OnRippleStats()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/include/ |
H A D | trans_server_proxy.h | 43 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 D | i_stream_manager.h | 37 virtual void OnRippleStats(const TrafficStats *data) = 0;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/ |
H A D | trans_channel_manager.h | 41 int32_t TransRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/ |
H A D | trans_server_proxy.c | 125 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 D | softbus_server_proxy_standard.h | 61 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 D | trans_server_proxy_standard.h | 60 …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 D | stream_manager.h | 68 void OnRippleStats(const TrafficStats *data) override in OnRippleStats()
|
H A D | i_stream_socket.h | 43 virtual void OnRippleStats(const TrafficStats *data) = 0;
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | if_softbus_server.h | 60 … virtual int32_t RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) = 0;
|
H A D | softbus_server.h | 61 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 D | bus_center_server_proxy_standard.h | 58 int32_t RippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_server_proxy_standard.cpp | 258 …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 D | client_trans_stream.c | 106 static void OnRippleStats(int32_t channelId, const TrafficStats *data) in OnRippleStats()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | trans_event_converter.h | 64 TRANS_ASSIGNER(LongString, TrafficStats, trafficStats)
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
H A D | transserverproxyextern_fuzzer.cpp | 203 TrafficStats trafficStats; in ServerIpcRippleStatsTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 259 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in ServerIpcRippleStats()
|
H A D | trans_server_proxy_standard.cpp | 612 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 D | softbus_server_stub.cpp | 1290 TrafficStats *stats = in RippleStatsInner() 1291 …const_cast<TrafficStats *>(reinterpret_cast<const TrafficStats *>(data.ReadRawData(sizeof(TrafficS… in RippleStatsInner()
|