Home
last modified time | relevance | path

Searched refs:TransDeleteSocketChannelInfoByChannel (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c146 TransDeleteSocketChannelInfoByChannel(channelId, channelType); in TransServerOnChannelClosed()
175 TransDeleteSocketChannelInfoByChannel(channelId, channelType); in TransServerOnChannelOpenFailed()
H A Dtrans_lane_manager.c555 int32_t TransDeleteSocketChannelInfoByChannel(int32_t channelId, int32_t channelType) in TransDeleteSocketChannelInfoByChannel() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_lane_manager.h81 int32_t TransDeleteSocketChannelInfoByChannel(int32_t channelId, int32_t channelType);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp317 ret = TransDeleteSocketChannelInfoByChannel(channelId, channelType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c441 (void)TransDeleteSocketChannelInfoByChannel(channelId, channelType); in TransCommonCloseChannel()