| /developtools/packing_tool/adapter/ohos/ |
| D | ResourcesParser.java | 84 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 …]
|
| D | UncompressEntrance.java | 110 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()
|
| D | HQFInfo.java | 90 public String getType() { in getType() method in HQFInfo
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| D | SigningBlock.java | 58 public int getType() { in getType() method in SigningBlock
|
| D | SignBlockData.java | 47 public char getType() { in getType() method in SignBlockData
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
| D | SegmentHeader.java | 85 public int getType() { in getType() method in SegmentHeader
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| D | VerifyCodeSignature.java | 248 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/ |
| D | SignHap.java | 338 typeAndOffsetMap.put(optionalBlock.getType(), currentOffset); in generateHapSigningBlock() 364 result.putInt(optionalBlock.getType()); // type in extractedResult() 366 offset = typeAndOffsetMap.get(optionalBlock.getType()); in extractedResult()
|
| D | SignElf.java | 222 signBlockData.setBlockHead(HwBlockHead.getBlockHeadLittleEndian(signBlockData.getType(), in generateSignBlockHead()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/ |
| D | Provision.java | 228 public String getType() { in getType() method in Provision
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyHap.java | 193 int type = optionalBlock.getType(); in outputOptionalBlocks() 323 .collect(Collectors.toMap(SigningBlock::getType, SigningBlock::getValue)); in checkCodeSign()
|
| /developtools/ace_ets2bundle/compiler/codegen/ |
| D | codegen_ets.js | 15 …getType)(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/ |
| D | Fill.ets | 82 public getType():Type{
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/ |
| D | SignProvider.java | 583 if (optionalBlock.getType() == HapUtils.HAP_PROFILE_BLOCK_ID) { in findProfileFromOptionalBlocks()
|