Home
last modified time | relevance | path

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

/base/security/access_token/interfaces/innerkits/nativetoken/include/
Dnativetoken.h29 #define TOKEN_SHELL_TYPE 2 macro
/base/security/access_token/interfaces/innerkits/nativetoken/src/
Dnativetoken_json_oper.c56 if (atIdInfo->type != TOKEN_NATIVE_TYPE && atIdInfo->type != TOKEN_SHELL_TYPE) { in GetTokenIdFromJson()
Dnativetoken.c306 innerId->type = TOKEN_SHELL_TYPE; in CreateNativeTokenId()