Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dsignature_block_types.cpp19 char SignatureBlockTypes::GetProfileBlockTypes(const std::string& isSigned) in GetProfileBlockTypes()
/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.java108 char isSigned = SignatureBlockTypes.getProfileBlockTypes(profileSigned); in writeBlockDataToFile() local
DSignElf.java238 char isSigned = SignatureBlockTypes.getProfileBlockTypes(profileSigned); in generateProfileSignByte() local
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
Dsign_bin.cpp86 char isSigned = SignatureBlockTypes::GetProfileBlockTypes(profileSigned); in WriteBlockDataToFile() local
Dsign_elf.cpp239 char isSigned = SignatureBlockTypes::GetProfileBlockTypes(profileSigned); in GenerateProfileSignByte() local
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h139 uint8_t isSigned = 0; member