Searched refs:writeDataLen (Results 1 - 10 of 10) sorted by relevance
/base/update/updater/services/ptable_parse/ |
H A D | ufs_ptable.cpp | 184 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 D | emmc_ptable.h | 50 uint32_t writeDataLen = 0; // data len write to emmc member
|
H A D | emmc_ptable.cpp | 40 if (blockSize == 0 || ptnDataInfo.writeDataLen < 2 * blockSize) { in EmmcPatchGptHeader() 214 emmcPtnDataInfo_.writeDataLen = len; in UpdateCommInitializeGptPartition() 320 newEmmcPartitionDataInfo.writeDataLen = ptableData_.emmcGptDataLen; in EditPartitionBuf()
|
H A D | ufs_ptable.h | 49 uint32_t writeDataLen; // data len written to UFS member
|
/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_stream.cpp | 59 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 D | pkg_stream.h | 81 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) const;
|
H A D | pkg_manager_impl.h | 89 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override;
|
H A D | pkg_managerImpl.cpp | 961 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 D | script_unittest.h | 108 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override {}
|
/base/update/updater/services/include/package/ |
H A D | pkg_manager.h | 199 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