Searched defs:pairResult (Results 1 - 6 of 6) sorted by relevance
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/ |
| H A D | unzip_handle_param.h | 37 std::pair<std::string, std::string> pairResult; member in OHOS::SignatureTools::UnzipHandleParam
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/ |
| H A D | unzip_handle_param.cpp | 21 UnzipHandleParam::UnzipHandleParam(const CodeSignBlock& csb, const std::pair<std::string, std::string>& pairResult, in UnzipHandleParam() argument
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| H A D | verify_code_signature_test.cpp | 108 std::pair<std::string, std::string> pairResult = std::make_pair("", "debug"); in HWTEST_F() local 454 std::pair<std::string, std::string> pairResult; in HWTEST_F() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| H A D | VerifyCodeSignature.java | 211 private static void verifyLibs(File file, CodeSignBlock csb, Pair<String, String> pairResult) in verifyLibs() argument 240 verifyHapLib(JarFile inputJar, String entryName, SignInfo signInfo, Pair<String, String> pairResult) verifyHapLib() argument 257 verifyHnpLib(JarFile inputJar, String hnpEntryName, Map<String, SignInfo> hnpLibSignInfoMap, Map<String, String> hnpTypeMap, Pair<String, String> pairResult) verifyHnpLib() argument [all...] |
| /developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/ |
| H A 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 114 bool VerifyCodeSignature::VerifyCodeSign(std::string file, std::pair<std::string, std::string>& pairResult, in VerifyCodeSign() argument 101 VerifyNativeLib(CodeSignBlock& csb, std::string& file, unzFile& zFile, std::pair<std::string, std::string>& pairResult) VerifyNativeLib() argument 169 std::pair<std::vector<int8_t>, std::vector<int8_t>> pairResult VerifySingleFile() local [all...] |
| H A D | code_signing.cpp | 416 std::pair<std::string, std::string> pairResult = param.GetPairResult(); in DoNativeLibVerify() local
|
Completed in 4 milliseconds