Searched refs:hapJson (Results 1 – 1 of 1) sorted by relevance
186 cJSON *hapJson = NULL; in HnpInstallHapExistCheck() local190 hapJson = cJSON_GetObjectItem(hapItem, "hap"); in HnpInstallHapExistCheck()191 …if ((hapJson != NULL) && (cJSON_IsString(hapJson)) && (strcmp(hapJson->valuestring, hnpPackageName… in HnpInstallHapExistCheck()