Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
H A DHapUtils.java72 private static final int MAX_APP_ID_LEN = 32; // max app-identifier in profile field in HapUtils
187 if (ownerID.isEmpty() || ownerID.length() > MAX_APP_ID_LEN) { in parseAppIdentifier()
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h82 static const int32_t MAX_APP_ID_LEN = 32; member in OHOS::SignatureTools::HapUtils

Completed in 1 milliseconds