/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | softbus_server_proxy_standard.h | 60 … int32_t StreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *data) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/ |
H A D | trans_server_proxy_standard.h | 57 …int32_t StreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *statsData) over…
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | if_softbus_server.h | 59 …virtual int32_t StreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *data) =…
|
H A D | softbus_server.h | 60 … int32_t StreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *data) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/ |
H A D | bus_center_server_proxy_standard.h | 57 … int32_t StreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *data) override;
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_server_proxy_standard.cpp | 250 int32_t SoftBusServerProxyFrame::StreamStats(int32_t channelId, int32_t channelType, const StreamSe… in StreamStats() function in OHOS::SoftBusServerProxyFrame
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 352 int32_t ret = transServerProxy.StreamStats(channelId, channelType, nullptr); 356 ret = transServerProxy.StreamStats(channelId, channelType, statsData);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 256 return proxy->StreamStats(channelId, channelType, data); in ServerIpcStreamStats()
|
H A D | trans_server_proxy_standard.cpp | 574 int32_t TransServerProxy::StreamStats(int32_t channelId, int32_t channelType, const StreamSendStats… in StreamStats() function in OHOS::TransServerProxy
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 251 int32_t SoftBusServer::StreamStats(int32_t channelId, int32_t channelType, const StreamSendStats *d… in StreamStats() function in OHOS::SoftBusServer
|
H A D | softbus_server_stub.cpp | 1270 int32_t retReply = StreamStats(channelId, channelType, stats); in StreamStatsInner()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy_standard.cpp | 146 int32_t BusCenterServerProxy::StreamStats(int32_t channelId, int32_t channelType, const StreamSendS… in StreamStats() function in OHOS::BusCenterServerProxy
|