Home
last modified time | relevance | path

Searched refs:BlocksStreamPatch (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/diffpatch/patch/
H A Dblocks_patch.h66 class BlocksStreamPatch : public BlocksPatch {
68 BlocksStreamPatch(const PatchBuffer &patchInfo, in BlocksStreamPatch() function
71 ~BlocksStreamPatch() override {} in ~BlocksStreamPatch()
H A Dupdate_patch.cpp148 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch()
194 std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, in ApplyBlockPatch()
215 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch()
H A Dblocks_patch.cpp232 int32_t BlocksStreamPatch::RestoreDiffData(const ControlData &ctrlData) in RestoreDiffData()
274 int32_t BlocksStreamPatch::RestoreExtraData(const ControlData &ctrlData) in RestoreExtraData()