Searched refs:ServerIpcRippleStats (Results 1 - 7 of 7) sorted by relevance
/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);
|
/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() function
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/ |
H A D | client_trans_stream.c | 108 int32_t ret = ServerIpcRippleStats(channelId, CHANNEL_TYPE_UDP, data); in OnRippleStats()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
H A D | transserverproxyextern_fuzzer.cpp | 206 (void)ServerIpcRippleStats(channelId, channelType, &trafficStats); in ServerIpcRippleStatsTest()
|
/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() function
|
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 679 * @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 D | trans_server_proxy.c | 440 int32_t ServerIpcRippleStats(int32_t channelId, int32_t channelType, const TrafficStats *data) in ServerIpcRippleStats() function
|
Completed in 5 milliseconds