Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/interface/
H A Dsoftbus_qos.h26 void NotifyQosChannelClosed(int32_t channelId, int32_t channelType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/
H A Dsoftbus_qos_virtual.c26 void NotifyQosChannelClosed(int32_t channelId, int32_t channelType) in NotifyQosChannelClosed() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c136 NotifyQosChannelClosed(channelId, channelType); in TransServerOnChannelClosed()
166 NotifyQosChannelClosed(channelId, channelType); in TransServerOnChannelOpenFailed()
H A Dtrans_channel_manager.c598 NotifyQosChannelClosed(channelId, CHANNEL_TYPE_UDP); in TransReleaseUdpResources()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c429 (void)NotifyQosChannelClosed(channelId, channelType); in TransCommonCloseChannel()