Home
last modified time | relevance | path

Searched refs:isProfileWithoutSign (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java607 boolean isProfileWithoutSign = ParamConstants.ProfileSignFlag.DISABLE_SIGN_CODE.getSignFlag().equals( in checkProfileValid()
609 if (!isProfileWithoutSign) { in checkProfileValid()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp773 bool isProfileWithoutSign = (ParamConstants::DISABLE_SIGN_CODE == ite->second); variable
774 if (!isProfileWithoutSign) {

Completed in 4 milliseconds