Home
last modified time | relevance | path

Searched defs:resId (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DResourcesParser.java255 static String getBaseResource(int resId, byte[] data) { in getBaseResource()
308 static String readBaseItem(int resId, ConfigIndex configIndex, ByteBuffer buf) { in readBaseItem()
335 static List<String> getResource(int resId, byte[] data) { in getResource()
384 static List<String> readAllItem(int resId, List<ConfigIndex> configs, ByteBuffer buf) { in readAllItem()
DJsonUtil.java1787 int resId = jsonObject.getIntValue(keyId); in parseResourceByKey() local
1810 int resId = jsonObject.getIntValue("iconId"); in parseIconById() local