Searched refs:TransGetUdpAppInfoByChannelId (Results 1 – 5 of 5) sorted by relevance
20 int32_t TransGetUdpAppInfoByChannelId(int32_t channelId, AppInfo *appInfo) in TransGetUdpAppInfoByChannelId() function
507 int32_t TransGetUdpAppInfoByChannelId(int32_t channelId, AppInfo *appInfo) in TransGetUdpAppInfoByChannelId() function
78 int32_t TransGetUdpAppInfoByChannelId(int32_t channelId, AppInfo *appInfo);
565 ret = TransGetUdpAppInfoByChannelId(Channel->info.myData.channelId, appInfo);590 ret = TransGetUdpAppInfoByChannelId(channelId, appInfo);592 ret = TransGetUdpAppInfoByChannelId(channelId, NULL);
725 return TransGetUdpAppInfoByChannelId(channelId, appInfo); in TransGetAppInfoByChanId()