Home
last modified time | relevance | path

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

/base/update/updater/services/ptable_parse/
H A Dufs_ptable.cpp184 if (blockSize == 0 || ptnDataInfo.writeDataLen < 2 * blockSize || ptnDataInfo.lunSize == 0 || in UfsPatchGptHeader()
284 newLunPtnDataInfo.writeDataLen = ptableData_.writeDeviceLunSize; in ParsePartitionFromBuffer()
290 if (!UfsReadGpt(newLunPtnDataInfo.data, newLunPtnDataInfo.writeDataLen, in ParsePartitionFromBuffer()
358 newLunPtnDataInfo.writeDataLen = imgLen; in LoadPartitionInfoFromLun()
403 uint64_t writeDataLen = ufsPtnDataInfo_[i].writeDataLen; in WritePartitionTable() local
405 LOG(INFO) << "ufs node name:" << ufsNode << ", writeDataLen = " << writeDataLen; in WritePartitionTable() local
411 if (!WriteBufferToPath(ufsNode, 0, ufsPtnDataInfo_[i].data, writeDataLen)) { in WritePartitionTable()
532 newLunPtnDataInfo.writeDataLen in EditPartitionBuf()
[all...]
H A Demmc_ptable.h50 uint32_t writeDataLen = 0; // data len write to emmc member
H A Demmc_ptable.cpp40 if (blockSize == 0 || ptnDataInfo.writeDataLen < 2 * blockSize) { in EmmcPatchGptHeader()
214 emmcPtnDataInfo_.writeDataLen = len; in UpdateCommInitializeGptPartition()
320 newEmmcPartitionDataInfo.writeDataLen = ptableData_.emmcGptDataLen; in EditPartitionBuf()
H A Dufs_ptable.h49 uint32_t writeDataLen; // data len written to UFS member
/base/update/updater/services/package/pkg_manager/
H A 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()
H A Dpkg_stream.h81 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) const;
H A Dpkg_manager_impl.h89 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override;
H A Dpkg_managerImpl.cpp961 void PkgManagerImpl::PostDecodeProgress(int type, size_t writeDataLen, const void *context) in DoCreatePkgStream() argument
964 decodeProgress_(type, writeDataLen, context); in DoCreatePkgStream()
/base/update/updater/test/unittest/script/
H A Dscript_unittest.h108 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override {}
/base/update/updater/services/include/package/
H A Dpkg_manager.h199 using PkgDecodeProgress = std::function<void(int type, size_t writeDataLen, const void *context)>;
360 virtual void PostDecodeProgress(int type, size_t writeDataLen, const void *context) = 0;

Completed in 6 milliseconds