Home
last modified time | relevance | path

Searched refs:TransCloseChannelWithStatistics (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_manager.h51 int32_t TransCloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId,
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp174 return TransCloseChannelWithStatistics(channelId, channelType, laneId, dataInfo, len); in CloseChannelWithStatistics()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp559 …int32_t ret = TransCloseChannelWithStatistics(1, 1, 1, static_cast<const void *>(data), strlen(dat…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c613 int32_t TransCloseChannelWithStatistics(int32_t channelId, int32_t channelType, uint64_t laneId, in TransCloseChannelWithStatistics() function