Searched refs:GetDigestMethod (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/update/updater/services/package/pkg_algorithm/ | ||
H A D | pkg_algo_digest.h | 63 static uint8_t GetDigestMethod(const std::string version); |
H A D | pkg_algo_digest.cpp | 40 uint8_t DigestAlgorithm::GetDigestMethod(const std::string version) in GetDigestMethod() function in Hpackage::DigestAlgorithm |
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/ | ||
H A D | TestDecompressGzip.new.gz | 1/*
2 * Copyright (c) 2021 Huawei Device Co., Ltd.
3 * ... |
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/ | ||
H A D | TestDecompressGzip.new.gz | 1/*
2 * Copyright (c) 2021 Huawei Device Co., Ltd.
3 * ... |
/ohos5.0/base/update/updater/services/package/pkg_manager/ | ||
H A D | pkg_managerImpl.cpp | 1083 int8_t digestMethod = static_cast<int8_t>(DigestAlgorithm::GetDigestMethod(version)); in DoCreatePkgStream() |