Home
last modified time | relevance | path

Searched refs:PROFILE_SIGNED (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/model/
DOptions.java211 public static final String PROFILE_SIGNED = "profileSigned"; field in Options
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java301 String profileSigned = params.getString(Options.PROFILE_SIGNED, SIGNED); in checkProfile()