Home
last modified time | relevance | path

Searched defs:OnUdpChannelOpened (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h34 int32_t (*OnUdpChannelOpened)(int32_t channelId); member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c152 static int32_t OnUdpChannelOpened(int32_t channelId) in OnUdpChannelOpened() function