Searched defs:pairResult (Results 1 – 6 of 6) sorted by relevance
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| D | VerifyCodeSignature.java | 160 Pair<String, String> pairResult = HapUtils.parseAppIdentifier(profileContent); in verifyElf() local 187 Pair<String, String> pairResult = HapUtils.parseAppIdentifier(profileContent); in verifyHap() local 211 private static void verifyLibs(File file, CodeSignBlock csb, Pair<String, String> pairResult) in verifyLibs() argument 241 Pair<String, String> pairResult) in verifyHapLib() argument 258 Map<String, String> hnpTypeMap, Pair<String, String> pairResult) in verifyHnpLib() argument 387 Pair<byte[], byte[]> pairResult = null; in verifySingleFile() local
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/ |
| D | verify_code_signature.cpp | 33 std::pair<std::string, std::string> pairResult = HapUtils::ParseAppIdentifier(profileContent); in VerifyHap() local 89 … std::pair<std::string, std::string> pairResult = HapUtils::ParseAppIdentifier(profileContent); in VerifyElf() local 102 std::pair<std::string, std::string>& pairResult) in VerifyNativeLib() 114 …ifyCodeSignature::VerifyCodeSign(std::string file, std::pair<std::string, std::string>& pairResult, in VerifyCodeSign() 169 std::pair<std::vector<int8_t>, std::vector<int8_t>> pairResult in VerifySingleFile() local
|
| D | code_signing.cpp | 434 std::pair<std::string, std::string> pairResult = param.GetPairResult(); in DoNativeLibVerify() local
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/ |
| D | unzip_handle_param.h | 37 std::pair<std::string, std::string> pairResult; variable
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/ |
| D | unzip_handle_param.cpp | 21 …::UnzipHandleParam(const CodeSignBlock& csb, const std::pair<std::string, std::string>& pairResult, in UnzipHandleParam()
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| D | verify_code_signature_test.cpp | 108 std::pair<std::string, std::string> pairResult = std::make_pair("", "debug"); variable 454 std::pair<std::string, std::string> pairResult; variable
|