Home
last modified time | relevance | path

Searched refs:resourceMap (Results 1 – 4 of 4) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapVerifyInfo.java110 private HashMap<String, String> resourceMap = new HashMap<>(); field in HapVerifyInfo
361 return resourceMap; in getResourceMap()
367 public void setResourceMap(HashMap<String, String> resourceMap) { in setResourceMap() argument
368 this.resourceMap = resourceMap; in setResourceMap()
DFileUtils.java434 HashMap<String, String> resourceMap = new HashMap<>(); in getProfileJson() local
443 resourceMap.put(fileName, fileContent); in getProfileJson()
450 return resourceMap; in getProfileJson()
DResourcesParser.java455 HashMap<String, String> resourceMap = new HashMap<>(); in getResourceMapById() local
458 resourceMap.put(indexResult.configClass, indexResult.value); in getResourceMapById()
461 return resourceMap; in getResourceMapById()
DUncompress.java1389 …static void getProfileJson(ZipFile zipFile, HashMap<String, String> resourceMap) throws BundleExce… in getProfileJson() argument
1398 resourceMap.put(fileName, fileContent); in getProfileJson()