Home
last modified time | relevance | path

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

/base/update/updater/services/diffpatch/patch/
Dblocks_patch.h66 class BlocksStreamPatch : public BlocksPatch {
68 BlocksStreamPatch(const PatchBuffer &patchInfo, in BlocksStreamPatch() function
71 ~BlocksStreamPatch() override {} in ~BlocksStreamPatch()
Dupdate_patch.cpp123 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch()
166 std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, in ApplyBlockPatch()
185 …std::unique_ptr<BlocksStreamPatch> patch = std::make_unique<BlocksStreamPatch>(patchInfo, stream, … in ApplyBlockPatch()
Dblocks_patch.cpp234 int32_t BlocksStreamPatch::RestoreDiffData(const ControlData &ctrlData) in RestoreDiffData()
276 int32_t BlocksStreamPatch::RestoreExtraData(const ControlData &ctrlData) in RestoreExtraData()