Home
last modified time | relevance | path

Searched refs:ServerIpcRippleStats (Results 1 - 7 of 7) sorted by relevance

/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);
/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() function
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/
H A Dclient_trans_stream.c108 int32_t ret = ServerIpcRippleStats(channelId, CHANNEL_TYPE_UDP, data); in OnRippleStats()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp206 (void)ServerIpcRippleStats(channelId, channelType, &trafficStats); in ServerIpcRippleStatsTest()
/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() function
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp679 * @tc.desc: ServerIpcRippleStats, use the wrong parameter.
687 int32_t ret = ServerIpcRippleStats(channelId, chanType, nullptr); in HWTEST_F()
693 ret = ServerIpcRippleStats(channelId, chanType, nullptr); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
H A Dtrans_server_proxy.c440 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in ServerIpcRippleStats() function

Completed in 5 milliseconds