Home
last modified time | relevance | path

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

/base/security/access_token/interfaces/innerkits/nativetoken/include/
Dnativetoken.h61 typedef unsigned int NativeAtId; typedef
72 NativeAtId tokenId;
77 NativeAtId tokenId;
/base/security/access_token/interfaces/innerkits/nativetoken/src/
Dnativetoken.c280 static NativeAtId CreateNativeTokenId(const char *processName) in CreateNativeTokenId()
283 NativeAtId tokenId; in CreateNativeTokenId()
464 int32_t aplIn, NativeAtId *tokenId) in AddNewTokenToListAndFile()
467 NativeAtId id; in AddNewTokenToListAndFile()
628 NativeAtId tokenId = 0; in GetAccessTokenId()
Dnativetoken_json_oper.c61 tokenNode->tokenId = (NativeAtId)tokenIdJson->valueint; in GetTokenIdFromJson()