Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken.c268 static int32_t IsTokenUniqueIdExist(uint32_t tokenUniqueId) in IsTokenUniqueIdExist() function
292 if (IsTokenUniqueIdExist(rand & (TOKEN_RANDOM_MASK)) == 0) { in CreateNativeTokenId()