Searched refs:hnpPackageName (Results 1 - 1 of 1) sorted by relevance
/base/startup/appspawn/service/hnp/base/ |
H A D | hnp_json.c | 182 static bool HnpInstallHapExistCheck(const char *hnpPackageName, cJSON *json, cJSON **hapItemOut, int *hapIndex) in HnpInstallHapExistCheck() argument 191 if ((hapJson != NULL) && (cJSON_IsString(hapJson)) && (strcmp(hapJson->valuestring, hnpPackageName) == 0)) { in HnpInstallHapExistCheck() 272 static int HnpHapJsonHnpAdd(bool hapExist, cJSON *json, cJSON *hapItem, const char *hnpPackageName, in HnpHapJsonHnpAdd() argument 290 cJSON_AddStringToObject(hapItem, "hap", hnpPackageName); in HnpHapJsonHnpAdd()
|
Completed in 2 milliseconds