Searched refs:TransAuthGetAppInfoByChanId (Results 1 – 4 of 4) sorted by relevance
53 int32_t TransAuthGetAppInfoByChanId(int32_t channelId, AppInfo *appInfo);
990 int32_t ret = TransAuthGetAppInfoByChanId(TRANS_TEST_CHANNEL_ID, NULL);1003 int32_t ret = TransAuthGetAppInfoByChanId(TRANS_TEST_CHANNEL_ID, NULL);1016 ret = TransAuthGetAppInfoByChanId(TRANS_TEST_CHANNEL_ID, appInfo);
727 return TransAuthGetAppInfoByChanId(channelId, appInfo); in TransGetAppInfoByChanId()
1212 int32_t TransAuthGetAppInfoByChanId(int32_t channelId, AppInfo *appInfo) in TransAuthGetAppInfoByChanId() function