Home
last modified time | relevance | path

Searched refs:hnpIndex (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
215 *hnpIndex = i; in HnpInstallHnpExistCheck()
325 int hnpIndex = 0; in HnpInstallInfoJsonWrite() local
359 bool hnpExist = HnpInstallHnpExistCheck(hnpItemArr, hnpCfg->name, &hnpItem, &hnpIndex, NULL); in HnpInstallInfoJsonWrite()
380 int hnpIndex = 0; in HnpOtherPackageInstallCheck() local
389 hnpExist = HnpInstallHnpExistCheck(hnpItemArr, name, &hnpItem, &hnpIndex, version); in HnpOtherPackageInstallCheck()
506 int hnpIndex = 0; in HnpPackageInfoHnpDelete() local
533 hnpExist = HnpInstallHnpExistCheck(hnpItemArr, name, &hnpItem, &hnpIndex, version); in HnpPackageInfoHnpDelete()
535 cJSON_DeleteItemFromArray(hnpItemArr, hnpIndex); in HnpPackageInfoHnpDelete()

Completed in 2 milliseconds