Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/
Dcms_utils_test.cpp62 const std::string profileType = "debug"; variable
83 const std::string profileType = "debug"; variable
104 const std::string profileType = "release"; variable
125 const std::string profileType = "release"; variable
/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
Dhap_utils.cpp50 std::string profileType = resultPair.second; in GetAppIdentifier() local
64 std::string profileType; in ParseAppIdentifier() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DHapUtils.java91 String profileType = resultPair.getSecond(); in getAppIdentifier() local
110 String profileType = null; in parseAppIdentifier() local
159 JsonPrimitive profileType = profileJson.getAsJsonPrimitive(profileTypeKey); in getPublicHnpOwnerId() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java69 private static void checkOwnerID(byte[] signature, String profileOwnerID, String profileType) in checkOwnerID()
79 …private static void checkHnpOwnerID(byte[] signature, String profileOwnerID, String profileType, S… in checkHnpOwnerID()
93 private static void checkSignatureOwnerID(String ownerID, byte[] signature, String profileType) in checkSignatureOwnerID()
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/src/
Dcms_utils.cpp43 const std::string& profileType) in CheckOwnerID()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java638 String profileType = profileJson.get(profileTypeKey).getAsString(); in checkProfileInfo() local