Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_process.cpp142 int32_t DiffAndMoveCommandFn::WriteDiffToBlock(const Command &params, std::vector<uint8_t> &srcBuff… in WriteDiffToBlock() function in Updater::DiffAndMoveCommandFn
146 …return targetBlock.WriteDiffToBlock(params, srcBuffer, patchBuffer, patchLength, type == CommandTy… in WriteDiffToBlock()
170 ret = WriteDiffToBlock(params, buffer, patchBuffer, patchLength, targetBlock); in Execute()
H A Dcommand_process.h62 virtual int32_t WriteDiffToBlock(const Command &params, std::vector<uint8_t> &srcBuffer,
H A Dblock_set.cpp372 int32_t BlockSet::WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &sourceBuffer, uint8_t … in WriteDiffToBlock() function in Updater::BlockSet
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dblockset_unittest.cpp133 int ret = targetBlock.WriteDiffToBlock(const_cast<const Command &>(*cmd),
137 ret = targetBlock.WriteDiffToBlock(const_cast<const Command &>(*cmd),
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dblock_set.h92 …int32_t WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &sourceBuffer, uint8_t *patchBuf…