Home
last modified time | relevance | path

Searched refs:TransAuthGetConnIdByChanId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/include/
H A Dtrans_auth_manager.h55 int32_t TransAuthGetConnIdByChanId(int32_t channelId, int32_t *connId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c742 ret = TransAuthGetConnIdByChanId(channelId, connId); in TransGetConnByChanId()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c1239 int32_t TransAuthGetConnIdByChanId(int32_t channelId, int32_t *connId) in TransAuthGetConnIdByChanId() function