Home
last modified time | relevance | path

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

/ohos5.0/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 …
/ohos5.0/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 …
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dif_softbus_server.h40 …virtual int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId,
H A Dsoftbus_server.h40 …int32_t CloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, const …
/ohos5.0/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 …
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp130 int32_t SoftBusServerProxyFrame::CloseChannelWithStatistics(int32_t channelId, int32_t channelType,… in CloseChannelWithStatistics() function in OHOS::SoftBusServerProxyFrame
/ohos5.0/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… in CloseChannelWithStatistics() function in OHOS::TransServerProxy
/ohos5.0/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 … in CloseChannelWithStatistics() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp777 int32_t retReply = CloseChannelWithStatistics(channelId, channelType, laneId, dataInfo, len); in CloseChannelWithStatisticsInner()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp124 int32_t BusCenterServerProxy::CloseChannelWithStatistics(int32_t channelId, int32_t channelType, ui… in CloseChannelWithStatistics() function in OHOS::BusCenterServerProxy