Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dparam_constants.cpp55 const std::string ParamConstants::PARAM_SIGN_CODE = "signCode"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
Dparam_constants.h63 static const std::string PARAM_SIGN_CODE; variable
/developtools/hapsigner/binary_sign_tool/hap/entity/src/
Dparam_constants.cpp55 const std::string ParamConstants::PARAM_SIGN_CODE = "signCode"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/binary_sign_tool/hap/entity/include/
Dparam_constants.h63 static const std::string PARAM_SIGN_CODE; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
DParamConstants.java252 public static final String PARAM_SIGN_CODE = "signCode"; field in ParamConstants