Searched refs:ApplyImagePatch (Results 1 - 9 of 9) sorted by relevance
/base/update/updater/services/diffpatch/patch/ |
H A D | image_patch.h | 32 virtual int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) = 0; 54 int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) override; 62 int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) override; 71 int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) override;
|
H A D | update_patch.cpp | 27 int32_t UpdateApplyPatch::ApplyImagePatch(const PatchParam ¶m, const std::vector<uint8_t> &bonusData,
in ApplyImagePatch() function in UpdatePatch::UpdateApplyPatch 31 PATCH_LOGE("ApplyImagePatch : processor is null");
in ApplyImagePatch() 36 PATCH_LOGE("ApplyImagePatch : Failed to create patch writer");
in ApplyImagePatch() 41 PATCH_LOGE("ApplyImagePatch : Failed to init patch writer");
in ApplyImagePatch() 44 ret = ApplyImagePatch(param, patchWriter.get(), bonusData);
in ApplyImagePatch() 46 PATCH_LOGE("ApplyImagePatch : Failed to apply image patch");
in ApplyImagePatch() 69 int32_t UpdateApplyPatch::ApplyImagePatch(const PatchParam ¶m,
in ApplyImagePatch() function in UpdatePatch::UpdateApplyPatch 87 PATCH_DEBUG("ApplyImagePatch numChunks[%d] type %d offset %d", i, type, offset);
in ApplyImagePatch() 110 int32_t ret = imagePatch->ApplyImagePatch(param, offset);
in ApplyImagePatch() 257 if (UpdatePatch::UpdateApplyPatch::ApplyImagePatch(para in ApplyPatch() [all...] |
H A D | image_patch.cpp | 33 int32_t NormalImagePatch::ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) in ApplyImagePatch() function in UpdatePatch::NormalImagePatch 65 int32_t RowImagePatch::ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) in ApplyImagePatch() function in UpdatePatch::RowImagePatch 86 PATCH_DEBUG("ApplyImagePatch hash %zu %s", dataLen, GeneraterBufferHash(data).c_str()); in ApplyImagePatch() 98 PATCH_LOGI("ApplyImagePatch srcStart %zu srcLen %zu patchOffset: %zu expandedLen:%zu %zu", in StartReadHeader() 108 int32_t CompressedImagePatch::ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) in ApplyImagePatch() function in UpdatePatch::CompressedImagePatch 154 PATCH_LOGI("ApplyImagePatch unpackedSize %zu %zu", originalSize, compressSize); in ApplyImagePatch()
|
/base/update/updater/services/include/patch/ |
H A D | update_patch.h | 55 static int32_t ApplyImagePatch(const PatchParam ¶m, const std::vector<uint8_t> &bonusData,
57 static int32_t ApplyImagePatch(const PatchParam ¶m,
|
/base/update/updater/test/unittest/diffpatch/ |
H A D | image_patch_unittest.cpp | 34 int32_t ApplyImagePatch(const PatchParam ¶m, size_t &startOffset) override 120 int32_t ret = imagePatch->ApplyImagePatch(patchParam, offset); in HWTEST_F()
|
H A D | diffpatch_unittest.cpp | 106 ret = UpdatePatch::UpdateApplyPatch::ApplyImagePatch(param, empty, writer, expected); in TestApplyPatch()
|
/base/update/updater/test/unittest/applypatch_test/ |
H A D | imagepatch_unittest.h | 84 int32_t ret = UpdatePatch::UpdateApplyPatch::ApplyImagePatch(param, empty, in RunImageApplyPatch()
|
/base/update/updater/services/applypatch/ |
H A D | block_set.cpp | 395 int32_t ret = UpdatePatch::UpdateApplyPatch::ApplyImagePatch(patchParam, empty,
in WriteDiffToBlock() 401 LOG(ERROR) << "Fail to ApplyImagePatch";
in WriteDiffToBlock()
|
/base/update/updater/services/updater_binary/ |
H A D | update_image_patch.cpp | 107 int32_t ret = UpdatePatch::UpdateApplyPatch::ApplyImagePatch(patchParam, empty,
in ApplyPatch() 113 LOG(ERROR) << "Fail to ApplyImagePatch";
in ApplyPatch()
|
Completed in 5 milliseconds