Home
last modified time | relevance | path

Searched refs:TransAuthGetAppInfoByChanId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/
H A Dtrans_auth_manager.h53 int32_t TransAuthGetAppInfoByChanId(int32_t channelId, AppInfo *appInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp990 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);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c727 return TransAuthGetAppInfoByChanId(channelId, appInfo); in TransGetAppInfoByChanId()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c1212 int32_t TransAuthGetAppInfoByChanId(int32_t channelId, AppInfo *appInfo) in TransAuthGetAppInfoByChanId() function