Home
last modified time | relevance | path

Searched refs:CloseChannelWithStatistics (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h38 int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, const void *dataInfo,
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h41 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 Dbus_center_server_proxy_standard.h38 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 Dsoftbus_server.h40 int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, const void *dataInfo,
H A Dif_softbus_server.h40 virtual int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId,
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp130 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 Dtrans_server_proxy.cpp217 return proxy->CloseChannelWithStatistics(channelId, channelType, laneId, dataInfo, len); in ServerIpcCloseChannelWithStatistics()
H A Dtrans_server_proxy_standard.cpp429 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 Dsoftbus_server.cpp171 int32_t SoftBusServer::CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in CloseChannelWithStatistics() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp782 int32_t retReply = CloseChannelWithStatistics(channelId, channelType, laneId, dataInfo, len); in CloseChannelWithStatisticsInner()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp140 int32_t BusCenterServerProxy::CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in CloseChannelWithStatistics() function in OHOS::BusCenterServerProxy

Completed in 9 milliseconds