Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager_virtual.c20 int32_t TransGetUdpAppInfoByChannelId(int32_t channelId, AppInfo *appInfo) in TransGetUdpAppInfoByChannelId() function
H A Dtrans_udp_channel_manager.c507 int32_t TransGetUdpAppInfoByChannelId(int32_t channelId, AppInfo *appInfo) in TransGetUdpAppInfoByChannelId() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h78 int32_t TransGetUdpAppInfoByChannelId(int32_t channelId, AppInfo *appInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp565 ret = TransGetUdpAppInfoByChannelId(Channel->info.myData.channelId, appInfo);
590 ret = TransGetUdpAppInfoByChannelId(channelId, appInfo);
592 ret = TransGetUdpAppInfoByChannelId(channelId, NULL);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c725 return TransGetUdpAppInfoByChannelId(channelId, appInfo); in TransGetAppInfoByChanId()