Home
last modified time | relevance | path

Searched defs:patchBuffer (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_quickfix_callback_test.cpp60 uint8_t* patchBuffer = nullptr; variable
81 uint8_t* patchBuffer = nullptr; variable
102 uint8_t* patchBuffer = nullptr; variable
123 uint8_t* patchBuffer = nullptr; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_quickfix_callback.cpp31 uint8_t **patchBuffer, size_t &patchSize) in operator ()()
/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_process.cpp143uint8_t *patchBuffer, size_t patchLength, BlockSet &targetBlock) in WriteDiffToBlock()
169 uint8_t *patchBuffer = params.GetTransferParams()->patchDataBuffer + offset; in Execute() local
H A Dblock_set.cpp372 …Set::WriteDiffToBlock(const Command &cmd, std::vector<uint8_t> &sourceBuffer, uint8_t *patchBuffer, in WriteDiffToBlock()
/ohos5.0/base/update/updater/services/diffpatch/patch/
H A Dblocks_patch.cpp144 BlockBuffer patchBuffer = {header, patchInfo_.length - patchInfo_.start}; in ReadHeader() local
/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dimage_diff.cpp164 BlockBuffer patchBuffer = {patchData.data(), patchSize}; in MakeBlockPatch() local