Home
last modified time | relevance | path

Searched defs:profileType (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
H A Dhap_utils.cpp50 std::string profileType = resultPair.second; in GetAppIdentifier() local
64 std::string profileType; in ParseAppIdentifier() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/
H A Dcms_utils_test.cpp62 const std::string profileType = "debug"; in HWTEST_F() local
83 const std::string profileType = "debug"; in HWTEST_F() local
104 const std::string profileType = "release"; in HWTEST_F() local
125 const std::string profileType = "release"; in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/src/
H A Dcms_utils.cpp42 CheckOwnerID(const std::string& signature, const std::string& profileOwnerID, const std::string& profileType) CheckOwnerID() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DVerifyCodeSignature.java69 private static void checkOwnerID(byte[] signature, String profileOwnerID, String profileType) in checkOwnerID() argument
79 private static void checkHnpOwnerID(byte[] signature, String profileOwnerID, String profileType, String hnpType) in checkHnpOwnerID() argument
93 private static void checkSignatureOwnerID(String ownerID, byte[] signature, String profileType) in checkSignatureOwnerID() argument
[all...]

Completed in 3 milliseconds