Searched defs:tokenNode (Results 1 – 5 of 5) sorted by relevance
| /base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/mock/ |
| D | nativetoken_oper_test.cpp | 128 NativeTokenList tokenNode; variable 157 NativeTokenList tokenNode; variable 184 NativeTokenList tokenNode; variable 222 NativeTokenList tokenNode; variable 273 NativeTokenList tokenNode; variable 331 NativeTokenList tokenNode; variable 400 NativeTokenList tokenNode; variable
|
| /base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/ |
| D | nativetoken_oper_test.cpp | 76 NativeTokenList tokenNode; variable 114 NativeTokenList tokenNode; variable 145 NativeTokenList tokenNode; variable 219 NativeTokenList tokenNode; variable
|
| D | nativetoken_kit_test.cpp | 135 NativeTokenList *tokenNode = g_tokenListHead; in DeleteAccessTokenId() local
|
| /base/security/access_token/interfaces/innerkits/nativetoken/src/ |
| D | nativetoken_json_oper.c | 39 uint32_t GetProcessNameFromJson(cJSON *cjsonItem, NativeTokenList *tokenNode) in GetProcessNameFromJson() 55 uint32_t GetTokenIdFromJson(cJSON *cjsonItem, NativeTokenList *tokenNode) in GetTokenIdFromJson() 73 uint32_t GetAplFromJson(cJSON *cjsonItem, NativeTokenList *tokenNode) in GetAplFromJson() 265 static uint32_t UpdateItemcontent(const NativeTokenList *tokenNode, cJSON *record) in UpdateItemcontent() 297 uint32_t UpdateGoalItemFromRecord(const NativeTokenList *tokenNode, cJSON *record) in UpdateGoalItemFromRecord()
|
| D | nativetoken.c | 103 static int32_t GetNativeTokenFromJson(cJSON *cjsonItem, NativeTokenList *tokenNode) in GetNativeTokenFromJson() 328 NativeTokenList *tokenNode = g_tokenListHead->next; in IsTokenUniqueIdExist() local 542 NativeTokenList *tokenNode; in AddNewTokenToListAndFile() local 591 static int32_t CompareTokenInfo(const NativeTokenList *tokenNode, in CompareTokenInfo() 608 static int32_t ComparePermsInfo(const NativeTokenList *tokenNode, in ComparePermsInfo() 637 static uint32_t UpdateTokenInfoInList(NativeTokenList *tokenNode, in UpdateTokenInfoInList() 662 static uint32_t UpdateInfoInCfgFile(const NativeTokenList *tokenNode) in UpdateInfoInCfgFile() 748 static uint32_t AddOrUpdateTokenInfo(NativeTokenInfoParams *tokenInfo, NativeTokenList *tokenNode, in AddOrUpdateTokenInfo() 792 NativeTokenList *tokenNode = g_tokenListHead->next; in GetAccessTokenId() local
|