Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_provision.c207 profVal->devIdType = GetStringTag(jsonObj, "device-id-type"); in GetProfDebugInfo()
208 if (profVal->devIdType == NULL) { in GetProfDebugInfo()
259 FREE_IF_NOT_NULL(pfval->devIdType); in FreeProfDebuginfo()
418 LOG_PRINT_STR("devid type: %s", pf->debugInfo.devIdType); in VerifyDebugInfo()
420 if (strcmp(pf->debugInfo.devIdType, "udid") == 0) { in VerifyDebugInfo()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_pub.h94 char *devIdType; member