Home
last modified time | relevance | path

Searched refs:DoExecuteUpdateBlock (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp167 static int32_t DoExecuteUpdateBlock(const UpdateBlockInfo &infos, TransferManagerPtr tm, in DoExecuteUpdateBlock() function
383 int32_t ret = DoExecuteUpdateBlock(infos, tm.get(), lines, targetPath, destImage); in ExecuteUpdateBlock()
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp283 static int32_t DoExecuteUpdateBlock(const UpdateBlockInfo &infos, TransferManagerPtr tm, in DoExecuteUpdateBlock() function
386 return DoExecuteUpdateBlock(infos, tm.get(), outStream, lines, context); in ExecuteUpdateBlock()