Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_provision.c81 static char **GetStringArrayTag(const cJSON *root, const char *tag, int32_t *numReturn) in GetStringArrayTag() function
195 … profVal->permission = GetStringArrayTag(jsonObj, "feature-permissions", &profVal->permissionNum); in GetProfPermission()
196 …profVal->restricPermission = GetStringArrayTag(jsonObj, "restricted-permissions", &profVal->restri… in GetProfPermission()
212 profVal->deviceId = GetStringArrayTag(jsonObj, "device-ids", &profVal->devidNum); in GetProfDebugInfo()