/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/ |
H A D | trans_server_proxy_standard.h | 38 int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, const void *dataInfo,
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | softbus_server_proxy_standard.h | 41 int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, const void *dataInfo,
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/ |
H A D | bus_center_server_proxy_standard.h | 38 int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, const void *dataInfo,
|
/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server.h | 40 int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, const void *dataInfo,
|
H A D | if_softbus_server.h | 40 virtual int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId,
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_server_proxy_standard.cpp | 130 int32_t SoftBusServerProxyFrame::CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in CloseChannelWithStatistics() function in OHOS::SoftBusServerProxyFrame
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 217 return proxy->CloseChannelWithStatistics(channelId, channelType, laneId, dataInfo, len); in ServerIpcCloseChannelWithStatistics()
|
H A D | trans_server_proxy_standard.cpp | 429 int32_t TransServerProxy::CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in CloseChannelWithStatistics() function in OHOS::TransServerProxy 443 TRANS_LOGE(TRANS_SDK, "CloseChannelWithStatistics write InterfaceToken failed!"); in CloseChannelWithStatistics() 447 TRANS_LOGE(TRANS_SDK, "CloseChannelWithStatistics write channel id failed!"); in CloseChannelWithStatistics() 451 TRANS_LOGE(TRANS_SDK, "CloseChannelWithStatistics write channel type failed!"); in CloseChannelWithStatistics() 455 TRANS_LOGE(TRANS_SDK, "CloseChannelWithStatistics write lane id failed!"); in CloseChannelWithStatistics() 459 TRANS_LOGE(TRANS_SDK, "CloseChannelWithStatistics write dataInfo len failed!"); in CloseChannelWithStatistics() 463 TRANS_LOGE(TRANS_SDK, "CloseChannelWithStatistics write dataInfo failed!"); in CloseChannelWithStatistics() 470 TRANS_LOGE(TRANS_SDK, "CloseChannelWithStatistics send request failed! ret=%{public}d", ret); in CloseChannelWithStatistics() 475 TRANS_LOGE(TRANS_SDK, "CloseChannelWithStatistics read serverRet failed!"); in CloseChannelWithStatistics()
|
/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 171 int32_t SoftBusServer::CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in CloseChannelWithStatistics() function in OHOS::SoftBusServer
|
H A D | softbus_server_stub.cpp | 782 int32_t retReply = CloseChannelWithStatistics(channelId, channelType, laneId, dataInfo, len); in CloseChannelWithStatisticsInner()
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
H A D | bus_center_server_proxy_standard.cpp | 140 int32_t BusCenterServerProxy::CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in CloseChannelWithStatistics() function in OHOS::BusCenterServerProxy
|