Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/include/
H A Dnativetoken.h61 typedef unsigned int NativeAtId; typedef
72 NativeAtId tokenId;
77 NativeAtId tokenId;
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken.c281 static NativeAtId CreateNativeTokenId(const char *processName) in CreateNativeTokenId()
284 NativeAtId tokenId; in CreateNativeTokenId()
468 int32_t aplIn, NativeAtId *tokenId) in AddNewTokenToListAndFile()
471 NativeAtId id; in AddNewTokenToListAndFile()
636 NativeAtId tokenId = 0; in GetAccessTokenId()
H A Dnativetoken_json_oper.c62 tokenNode->tokenId = (NativeAtId)tokenIdJson->valueint; in GetTokenIdFromJson()