Home
last modified time | relevance | path

Searched refs:GetDigestMethod (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_digest.h63 static uint8_t GetDigestMethod(const std::string version);
H A Dpkg_algo_digest.cpp40 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 DTestDecompressGzip.new.gz1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/
H A DTestDecompressGzip.new.gz1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_managerImpl.cpp1083 int8_t digestMethod = static_cast<int8_t>(DigestAlgorithm::GetDigestMethod(version)); in DoCreatePkgStream()