Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
H A DAPPQFResult.java28 private List<HQFInfo> hqfInfoList = null; field in APPQFResult
39 return hqfInfoList; in getHqfInfoList()
42 public void setHqfInfoList(List<HQFInfo> hqfInfoList) { in setHqfInfoList() argument
43 this.hqfInfoList = hqfInfoList; in setHqfInfoList()
H A DUncompress.java1740 List<HQFInfo> hqfInfoList = new ArrayList<>(); in parsePatchJson()
1742 hqfInfoList.add(JsonUtil.parsePatch(patchJson)); in parsePatchJson()
1744 return hqfInfoList; in parsePatchJson()

Completed in 3 milliseconds