Searched refs:exportParams (Results 1 – 1 of 1) sorted by relevance
1702 struct HksParam *exportParams = (struct HksParam *)HcMalloc(sizeof(struct HksParam) * len, 0); in ConstructExportParams() local1703 if (exportParams == NULL) { in ConstructExportParams()1708 AddStorageExtParams(exportParams, isDeStorage, &idx, osAccountId); in ConstructExportParams()1709 int32_t res = ConstructParamSet(paramSet, exportParams, idx); in ConstructExportParams()1710 HcFree(exportParams); in ConstructExportParams()