Home
last modified time | relevance | path

Searched refs:APL_KEY_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_json_oper.c68 cJSON *aplJson = cJSON_GetObjectItem(cjsonItem, APL_KEY_NAME); in GetAplFromJson()
152 if (item == NULL || !cJSON_AddItemToObject(object, APL_KEY_NAME, item)) { in SetNativeTokenJsonObject()
252 if (!cJSON_ReplaceItemInObject(record, APL_KEY_NAME, itemApl)) { in UpdateItemcontent()
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/include/
H A Dnativetoken.h51 #define APL_KEY_NAME "APL" macro