Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/updater_binary/
H A Dupdate_processor_unittest.cpp121 EXPECT_EQ(UScriptInstructionUpdateFromBin::UnCompressDataProducer(buffer,
125 …EXPECT_EQ(UScriptInstructionUpdateFromBin::UnCompressDataProducer(emptyBuffer, 0, 0, true, &ringBu…
/ohos5.0/base/update/updater/services/flow_update/update_bin/
H A Dbin_process.h42 int32_t UnCompressDataProducer(const Hpackage::PkgBuffer &buffer, size_t size, size_t start,
H A Dbin_process.cpp117 return this->UnCompressDataProducer(buffer, size, start, isFinish, context); in ExtractBinFile()
136 int32_t UScriptInstructionBinFlowWrite::UnCompressDataProducer(const PkgBuffer &buffer, size_t size… in UnCompressDataProducer() function in Updater::UScriptInstructionBinFlowWrite
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_processor.h102 …static int UnCompressDataProducer(const Hpackage::PkgBuffer &buffer, size_t size, size_t start, bo…
H A Dupdate_processor.cpp330 …ret = pkgManager->CreatePkgStream(outStream, upgradeFileName, UnCompressDataProducer, &ringBuffer); in Execute()
346 int UScriptInstructionUpdateFromBin::UnCompressDataProducer(const PkgBuffer &buffer, size_t size, s… in UnCompressDataProducer() function in Updater::UScriptInstructionUpdateFromBin