Home
last modified time | relevance | path

Searched defs:isSigned (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignatureBlockTypes.java56 public static char getProfileBlockTypes(String isSigned) { in getProfileBlockTypes()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignBin.java110 char isSigned = SignatureBlockTypes.getProfileBlockTypes(profileSigned); in writeBlockDataToFile() local
DSignElf.java240 char isSigned = SignatureBlockTypes.getProfileBlockTypes(profileSigned); in generateProfileSignByte() local
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h139 uint8_t isSigned = 0; member