Searched refs:HAP_UPGRADE_CFG_LIST (Results 1 – 1 of 1) sorted by relevance
31 static const struct HksFileTransferHapConfig HAP_UPGRADE_CFG_LIST[] = HUKS_HAP_UPGRADE_CONFIG; variable162 for (uint32_t i = 0; i < HKS_ARRAY_SIZE(HAP_UPGRADE_CFG_LIST); ++i) { in MatchHapConfig()163 if (strlen(HAP_UPGRADE_CFG_LIST[i].hapName) != strlen(hapName)) { in MatchHapConfig()166 if (HksMemCmp(HAP_UPGRADE_CFG_LIST[i].hapName, hapName, strlen(hapName)) == EOK) { in MatchHapConfig()167 info->needDe = HAP_UPGRADE_CFG_LIST[i].needDe; in MatchHapConfig()168 info->needFrontUser = HAP_UPGRADE_CFG_LIST[i].needFrontUser; in MatchHapConfig()