Home
last modified time | relevance | path

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

/base/startup/appspawn/service/hnp/base/
H A Dhnp_json.c182 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