Home
last modified time | relevance | path

Searched refs:PkgAlgorithmBlockLz4 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_lz4.h83 class PkgAlgorithmBlockLz4 : public PkgAlgorithmLz4 {
86 explicit PkgAlgorithmBlockLz4(const Lz4FileInfo &config) : PkgAlgorithmLz4(config) {} in PkgAlgorithmBlockLz4() function
88 ~PkgAlgorithmBlockLz4() override {} in ~PkgAlgorithmBlockLz4()
H A Dpkg_algo_lz4.cpp60 int32_t PkgAlgorithmBlockLz4::PackCalculate(const PkgStreamPtr inStream, const PkgStreamPtr outStre… in PackCalculate()
111 int32_t PkgAlgorithmBlockLz4::Pack(const PkgStreamPtr inStream, const PkgStreamPtr outStream, in Pack()
134 int32_t PkgAlgorithmBlockLz4::UnpackCalculate(const PkgStreamPtr inStream, const PkgStreamPtr outSt… in UnpackCalculate()
195 int32_t PkgAlgorithmBlockLz4::Unpack(const PkgStreamPtr inStream, const PkgStreamPtr outStream, in Unpack()
H A Dpkg_algorithm.cpp239 return std::make_shared<PkgAlgorithmBlockLz4>(*info); in GetAlgorithm()
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_algo_unittest.cpp169 PkgAlgorithmBlockLz4 a3(config);
178 PkgAlgorithmBlockLz4 *a9 = new PkgAlgorithmBlockLz4(config);