Home
last modified time | relevance | path

Searched defs:LOCAL_SIGN (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
DMode.java24 LOCAL_SIGN("localSign"), enumConstant
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java95 private static final String LOCAL_SIGN = "localSign"; field in ProfileTest
/developtools/hapsigner/binary_sign_tool/common/include/
Dconstant.h68 const std::string LOCAL_SIGN = "localSign"; variable
/developtools/hapsigner/hapsigntool_cpp/common/include/
Dconstant.h68 const std::string LOCAL_SIGN = "localSign"; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java60 private static final String LOCAL_SIGN = "localSign"; field in HapSignTool