Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/include/
H A Dnativetoken.h28 #define TOKEN_NATIVE_TYPE 1 macro
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_json_oper.c57 if (atIdInfo->type != TOKEN_NATIVE_TYPE && atIdInfo->type != TOKEN_SHELL_TYPE) { in GetTokenIdFromJson()
H A Dnativetoken.c309 innerId->type = TOKEN_NATIVE_TYPE; in CreateNativeTokenId()