Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_json.c186 cJSON *hapJson = NULL; in HnpInstallHapExistCheck() local
190 hapJson = cJSON_GetObjectItem(hapItem, "hap"); in HnpInstallHapExistCheck()
191 …if ((hapJson != NULL) && (cJSON_IsString(hapJson)) && (strcmp(hapJson->valuestring, hnpPackageName… in HnpInstallHapExistCheck()