Home
last modified time | relevance | path

Searched refs:writeDataLen (Results 1 – 10 of 10) sorted by relevance

/base/update/updater/services/ptable_parse/
Dufs_ptable.cpp136 if (blockSize == 0 || ptnDataInfo.writeDataLen < 2 * blockSize || ptnDataInfo.lunSize == 0) { in UfsPatchGptHeader()
229 newLunPtnDataInfo.writeDataLen = ptableData_.writeDeviceLunSize; in ParsePartitionFromBuffer()
235 if (!UfsReadGpt(newLunPtnDataInfo.data, newLunPtnDataInfo.writeDataLen, in ParsePartitionFromBuffer()
305 newLunPtnDataInfo.writeDataLen = imgLen; in LoadPartitionInfoFromLun()
350 uint64_t writeDataLen = ufsPtnDataInfo_[i].writeDataLen; in WritePartitionTable() local
353 LOG(INFO) << "ufs node name:" << ufsNode << ", writeDataLen = " << writeDataLen; in WritePartitionTable()
359 if (!WriteBufferToPath(ufsNode, 0, ufsPtnDataInfo_[i].data, writeDataLen)) { in WritePartitionTable()
430 newLunPtnDataInfo.writeDataLen = ptableData_.writeDeviceLunSize; in EditPartitionBuf()
Demmc_ptable.h50 uint32_t writeDataLen = 0; // data len write to emmc member
Demmc_ptable.cpp40 if (blockSize == 0 || ptnDataInfo.writeDataLen < 2 * blockSize) { in EmmcPatchGptHeader()
206 emmcPtnDataInfo_.writeDataLen = len; in UpdateCommInitializeGptPartition()
310 newEmmcPartitionDataInfo.writeDataLen = ptableData_.emmcGptDataLen; in EditPartitionBuf()
Dufs_ptable.h44 uint32_t writeDataLen; // data len written to UFS member
/base/update/updater/services/package/pkg_manager/
Dpkg_stream.cpp59 void PkgStreamImpl::PostDecodeProgress(int type, size_t writeDataLen, const void *context) const in PostDecodeProgress() argument
62 pkgManager_->PostDecodeProgress(type, writeDataLen, context); in PostDecodeProgress()
Dpkg_manager_impl.h89 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override;
Dpkg_stream.h81 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) const;
Dpkg_managerImpl.cpp955 void PkgManagerImpl::PostDecodeProgress(int type, size_t writeDataLen, const void *context) in DoCreatePkgStream() argument
958 decodeProgress_(type, writeDataLen, context); in DoCreatePkgStream()
/base/update/updater/services/include/package/
Dpkg_manager.h199 using PkgDecodeProgress = std::function<void(int type, size_t writeDataLen, const void *context)>;
356 virtual void PostDecodeProgress(int type, size_t writeDataLen, const void *context) = 0;
/base/update/updater/test/unittest/script/
Dscript_unittest.h104 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override {} in PostDecodeProgress() argument