Searched refs:ParsePartitionFromBuffer (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/update/updater/services/ptable_parse/ |
H A D | composite_ptable.cpp | 20 bool CompositePtable::ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) in ParsePartitionFromBuffer() function in Updater::CompositePtable 32 if (!iter->ParsePartitionFromBuffer(ptbImgBuffer, imgBufSize)) { in ParsePartitionFromBuffer()
|
H A D | composite_ptable.h | 28 bool ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) override;
|
H A D | emmc_ptable.h | 29 bool ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) override;
|
H A D | ufs_ptable.h | 29 bool ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) override;
|
H A D | ptable.h | 61 virtual bool ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) = 0;
|
H A D | emmc_ptable.cpp | 114 bool EmmcPtable::ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) in ParsePartitionFromBuffer() function in Updater::EmmcPtable
|
H A D | ptable_manager.cpp | 319 if (!pPtable_->ParsePartitionFromBuffer(imageBuf, imgBufSize)) {
|
H A D | ufs_ptable.cpp | 243 bool UfsPtable::ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) in ParsePartitionFromBuffer() function in Updater::UfsPtable
|
/ohos5.0/base/update/updater/test/unittest/ptable_parse_test/ |
H A D | ptable_unittest.cpp | 31 bool ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) override in ParsePartitionFromBuffer() function in __anond006d4070110::PtableTest
|