Home
last modified time | relevance | path

Searched refs:hnpItemArr (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/service/hnp/base/
H A Dhnp_json.c202 static bool HnpInstallHnpExistCheck(cJSON *hnpItemArr, const char *name, cJSON **hnpItemOut, int *hnpIndex, in HnpInstallHnpExistCheck() argument
205 if (hnpItemArr == NULL) { in HnpInstallHnpExistCheck()
209 for (int i = 0; i < cJSON_GetArraySize(hnpItemArr); i++) { in HnpInstallHnpExistCheck()
210 cJSON *hnpItem = cJSON_GetArrayItem(hnpItemArr, i); in HnpInstallHnpExistCheck()
232 cJSON *hnpItemArr = cJSON_GetObjectItem(hapItem, "hnp"); in HnpPackageVersionUpdateAll() local
233 for (int j = 0; j < cJSON_GetArraySize(hnpItemArr); j++) { in HnpPackageVersionUpdateAll()
234 cJSON *hnpItem = cJSON_GetArrayItem(hnpItemArr, j); in HnpPackageVersionUpdateAll()
275 cJSON *hnpItemArr = NULL; in HnpHapJsonHnpAdd() local
279 hnpItemArr = cJSON_GetObjectItem(hapItem, "hnp"); in HnpHapJsonHnpAdd()
280 if (hnpItemArr in HnpHapJsonHnpAdd()
358 cJSON *hnpItemArr = cJSON_GetObjectItem(hapItem, "hnp"); HnpInstallInfoJsonWrite() local
387 cJSON *hnpItemArr = cJSON_GetObjectItem(hapItem, "hnp"); HnpOtherPackageInstallCheck() local
468 cJSON *hnpItemArr = cJSON_GetObjectItem(hapItem, "hnp"); HnpPackageInfoGet() local
532 cJSON *hnpItemArr = cJSON_GetObjectItem(hapItem, "hnp"); HnpPackageInfoHnpDelete() local
577 HnpNeedUnInstallHnpVersionGet(cJSON *hnpItemArr, const char *name) HnpNeedUnInstallHnpVersionGet() argument
622 cJSON *hnpItemArr = cJSON_GetObjectItem(hapItem, "hnp"); HnpCurrentVersionGet() local
666 cJSON *hnpItemArr = cJSON_GetObjectItem(hapItem, "hnp"); HnpCurrentVersionUninstallCheck() local
[all...]

Completed in 2 milliseconds