Home
last modified time | relevance | path

Searched refs:isSigned (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignatureBlockTypes.java54 public static char getProfileBlockTypes(String isSigned) { in getProfileBlockTypes() argument
55 if (isSigned != null && "0".equals(isSigned)) { in getProfileBlockTypes()
58 if (isSigned != null && "1".equals(isSigned)) { in getProfileBlockTypes()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_field_parser_test.cpp46 format.isSigned = true; in AppendInt()
62 format.isSigned = true; in AppendString()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignBin.java109 char isSigned = SignatureBlockTypes.getProfileBlockTypes(profileSigned); in writeBlockDataToFile() local
111 …HwBlockHead.getBlockHead(isSigned, SignatureBlockTags.DEFAULT, (short) profileDataLen, (int) offse… in writeBlockDataToFile()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h119 uint8_t isSigned = 0; member
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp223 info.offset, info.size, info.isSigned, GetFieldTypeName(info.filedType).c_str(), in PrintFieldInfo()
302 fieldInfo.isSigned = atoi(signedStr.c_str()); in ParseFieldFormat()
428 if (ParseCommonIntType(field, field.isSigned)) { in ParseFieldType()