Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dparam_constants.cpp37 const std::string ParamConstants::PARAM_BASIC_PROFILE_SIGNED = "profileSigned"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
Dparam_constants.h45 static const std::string PARAM_BASIC_PROFILE_SIGNED; variable
/developtools/hapsigner/binary_sign_tool/hap/entity/src/
Dparam_constants.cpp37 const std::string ParamConstants::PARAM_BASIC_PROFILE_SIGNED = "profileSigned"; member in OHOS::SignatureTools::ParamConstants
/developtools/hapsigner/binary_sign_tool/hap/entity/include/
Dparam_constants.h45 static const std::string PARAM_BASIC_PROFILE_SIGNED; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
DParamConstants.java177 public static final String PARAM_BASIC_PROFILE_SIGNED = "profileSigned"; field in ParamConstants