Searched refs:writeDataLen (Results 1 – 8 of 8) sorted by relevance
/base/update/updater/services/ptable_parse/ |
D | ufs_ptable.cpp | 127 if (blockSize == 0 || ptnDataInfo.writeDataLen < 2 * blockSize || ptnDataInfo.lunSize == 0) { in UfsPatchGptHeader() 220 newLunPtnDataInfo.writeDataLen = ptableData_.writeDeviceLunSize; in ParsePartitionFromBuffer() 226 if (!UfsReadGpt(newLunPtnDataInfo.data, newLunPtnDataInfo.writeDataLen, in ParsePartitionFromBuffer() 296 newLunPtnDataInfo.writeDataLen = imgLen; in LoadPartitionInfoFromLun() 341 uint64_t writeDataLen = ufsPtnDataInfo_[i].writeDataLen; in WritePartitionTable() local 344 LOG(INFO) << "ufs node name:" << ufsNode << ", writeDataLen = " << writeDataLen; in WritePartitionTable() 350 if (!WriteBufferToPath(ufsNode, 0, ufsPtnDataInfo_[i].data, writeDataLen)) { in WritePartitionTable()
|
D | ufs_ptable.h | 42 uint32_t writeDataLen; // data len written to UFS member
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_stream.cpp | 54 void PkgStreamImpl::PostDecodeProgress(int type, size_t writeDataLen, const void *context) const in PostDecodeProgress() argument 57 pkgManager_->PostDecodeProgress(type, writeDataLen, context); in PostDecodeProgress()
|
D | pkg_manager_impl.h | 85 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override;
|
D | pkg_stream.h | 72 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) const;
|
D | pkg_managerImpl.cpp | 842 void PkgManagerImpl::PostDecodeProgress(int type, size_t writeDataLen, const void *context) in CreatePkgStream() argument 845 decodeProgress_(type, writeDataLen, context); in CreatePkgStream()
|
/base/update/updater/services/include/package/ |
D | pkg_manager.h | 213 using PkgDecodeProgress = std::function<void(int type, size_t writeDataLen, const void *context)>; 352 virtual void PostDecodeProgress(int type, size_t writeDataLen, const void *context) = 0;
|
/base/update/updater/test/unittest/script/ |
D | script_unittest.h | 104 void PostDecodeProgress(int type, size_t writeDataLen, const void *context) override {} in PostDecodeProgress() argument
|