Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h154 AuthLinkType ConvertToAuthLinkType(DiscoveryType type);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c428 AuthLinkType ConvertToAuthLinkType(DiscoveryType type) in ConvertToAuthLinkType() function
H A Dauth_manager.c1782 authClient = FindAuthManagerByUdid(udid, ConvertToAuthLinkType(type), false); in AuthGetLatestAuthSeqListByType()
1783 authServer = FindAuthManagerByUdid(udid, ConvertToAuthLinkType(type), true); in AuthGetLatestAuthSeqListByType()
1789 AuthLinkType seqType = ConvertToAuthLinkType(type); in AuthGetLatestAuthSeqListByType()