Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 14 of 14) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DResourcesParser.java84 public static String getType(int index) { in getType() method in ResourcesParser.ResType
96 public String getType() { in getType() method in ResourcesParser.ResType
119 public static String getType(int index) { in getType() method in ResourcesParser.DeviceType
131 public String getType() { in getType() method in ResourcesParser.DeviceType
153 public static String getType(int index) { in getType() method in ResourcesParser.Resolution
165 public String getType() { in getType() method in ResourcesParser.Resolution
515 resourceIndexResult.type = ResType.getType(item.type); in parseDataItems()
584 configClass.append(Resolution.getType(param.value)); in convertConfigIndexToString()
586 configClass.append(CONFIG_CONJUNCTION).append(Resolution.getType(param.value)); in convertConfigIndexToString()
596 configClass.append(DeviceType.getType(param.value)); in convertConfigIndexToString()
[all …]
DUncompressEntrance.java110 public static String getType(int index) { in getType() method in UncompressEntrance.ParseAppMode
122 public String getType() { in getType() method in UncompressEntrance.ParseAppMode
310 utility.setParseMode(parseAppMode.getType()); in parseApp()
347 utility.setParseMode(parseAppMode.getType()); in parseApp()
DHQFInfo.java90 public String getType() { in getType() method in HQFInfo
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSigningBlock.java58 public int getType() { in getType() method in SigningBlock
DSignBlockData.java47 public char getType() { in getType() method in SignBlockData
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DSegmentHeader.java85 public int getType() { in getType() method in SegmentHeader
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java248 if (segmentHeader.getType() == SegmentHeader.CSB_FSVERITY_INFO_SEG) { in parseMerkleTree()
251 } else if (segmentHeader.getType() == SegmentHeader.CSB_HAP_META_SEG) { in parseMerkleTree()
254 } else if (segmentHeader.getType() == SegmentHeader.CSB_NATIVE_LIB_INFO_SEG) { in parseMerkleTree()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java338 typeAndOffsetMap.put(optionalBlock.getType(), currentOffset); in generateHapSigningBlock()
364 result.putInt(optionalBlock.getType()); // type in extractedResult()
366 offset = typeAndOffsetMap.get(optionalBlock.getType()); in extractedResult()
DSignElf.java222 signBlockData.setBlockHead(HwBlockHead.getBlockHeadLittleEndian(signBlockData.getType(), in generateSignBlockHead()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DProvision.java228 public String getType() { in getType() method in Provision
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java193 int type = optionalBlock.getType(); in outputOptionalBlocks()
323 .collect(Collectors.toMap(SigningBlock::getType, SigningBlock::getValue)); in checkCodeSign()
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15getType)(e),i),r.setMediaProperty(s,a),r.setMediaProperties((0,n.getEtsPropName)(e),s)})),y=(0,n.c… function
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DFill.ets82 public getType():Type{
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java583 if (optionalBlock.getType() == HapUtils.HAP_PROFILE_BLOCK_ID) { in findProfileFromOptionalBlocks()