Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_provision.c80 static char **GetStringArrayTag(const cJSON *root, const char *tag, int32_t *numReturn) in GetStringArrayTag() function
193 … profVal->permission = GetStringArrayTag(jsonObj, "feature-permissions", &profVal->permissionNum); in GetProfPermission()
194 …profVal->restricPermission = GetStringArrayTag(jsonObj, "restricted-permissions", &profVal->restri… in GetProfPermission()
210 profVal->deviceId = GetStringArrayTag(jsonObj, "device-ids", &profVal->devidNum); in GetProfDebugInfo()