Home
last modified time | relevance | path

Searched refs:NotifyQosChannelOpened (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/interface/
H A Dsoftbus_qos.h25 int32_t NotifyQosChannelOpened(const ChannelInfo *chanInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/qos/
H A Dsoftbus_qos_virtual.c20 int32_t NotifyQosChannelOpened(const ChannelInfo *chanInfo) in NotifyQosChannelOpened() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c109 … !channel->isServer && channel->channelType == CHANNEL_TYPE_UDP && NotifyQosChannelOpened(channel); in TransServerOnChannelOpened()