Searched refs:resourceMap (Results 1 – 4 of 4) sorted by relevance
110 private HashMap<String, String> resourceMap = new HashMap<>(); field in HapVerifyInfo361 return resourceMap; in getResourceMap()367 public void setResourceMap(HashMap<String, String> resourceMap) { in setResourceMap() argument368 this.resourceMap = resourceMap; in setResourceMap()
434 HashMap<String, String> resourceMap = new HashMap<>(); in getProfileJson() local443 resourceMap.put(fileName, fileContent); in getProfileJson()450 return resourceMap; in getProfileJson()
455 HashMap<String, String> resourceMap = new HashMap<>(); in getResourceMapById() local458 resourceMap.put(indexResult.configClass, indexResult.value); in getResourceMapById()461 return resourceMap; in getResourceMapById()
1389 …static void getProfileJson(ZipFile zipFile, HashMap<String, String> resourceMap) throws BundleExce… in getProfileJson() argument1398 resourceMap.put(fileName, fileContent); in getProfileJson()