Home
last modified time | relevance | path

Searched refs:GetChannelInfoByAuthId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp163 ret = GetChannelInfoByAuthId(TRANS_TEST_AUTH_ID, NULL);
494 ret = GetChannelInfoByAuthId(TRANS_TEST_AUTH_ID, newInfo);
499 ret = GetChannelInfoByAuthId(TRANS_TEST_AUTH_ID, newInfo);
1148 ret = GetChannelInfoByAuthId(TRANS_TEST_AUTH_ID, destInfo);
1153 ret = GetChannelInfoByAuthId(TRANS_TEST_AUTH_ID + 1, destInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c151 static int32_t GetChannelInfoByAuthId(int32_t authId, AuthChannelInfo *dstInfo) in GetChannelInfoByAuthId() function
220 int32_t ret = GetChannelInfoByAuthId(authId, &channel); in NotifyOnDataReceived()
564 if (GetChannelInfoByAuthId(authId, &info) != SOFTBUS_OK) { in OnRecvAuthChannelReply()
624 if (GetChannelInfoByAuthId(authId, &dstInfo) != EOK) { in OnDisconnect()