Home
last modified time | relevance | path

Searched refs:TransDelTcpChannelInfoByChannelId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h128 int32_t TransDelTcpChannelInfoByChannelId(int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_core_tcp_direct_test.cpp657 ret = TransDelTcpChannelInfoByChannelId(info->channelId);
661 ret = TransDelTcpChannelInfoByChannelId(invalidChannelId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c120 (void)TransDelTcpChannelInfoByChannelId(channel->channelId); in TransServerOnChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c462 int32_t TransDelTcpChannelInfoByChannelId(int32_t channelId) in TransDelTcpChannelInfoByChannelId() function
H A Dtrans_tcp_direct_message.c969 (void)TransDelTcpChannelInfoByChannelId(channelId); in OpenDataBusRequest()
977 (void)TransDelTcpChannelInfoByChannelId(channelId); in OpenDataBusRequest()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c423 (void)TransDelTcpChannelInfoByChannelId(channelId); in TransCommonCloseChannel()