Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dcomposite_ptable.cpp58 bool CompositePtable::WritePartitionTable() in WritePartitionTable() function in Updater::CompositePtable
65 if (!iter->WritePartitionTable()) { in WritePartitionTable()
H A Dcomposite_ptable.h30 bool WritePartitionTable() override;
H A Demmc_ptable.h31 bool WritePartitionTable() override;
H A Dufs_ptable.h31 bool WritePartitionTable() override;
H A Dptable.h63 virtual bool WritePartitionTable() = 0;
H A Demmc_ptable.cpp93 bool EmmcPtable::WritePartitionTable() in WritePartitionTable() function in Updater::EmmcPtable
H A Dptable_manager.cpp190 if (!pPtable_->WritePartitionTable()) { in WritePtableToDevice()
H A Dufs_ptable.cpp396 bool UfsPtable::WritePartitionTable() in WritePartitionTable() function in Updater::UfsPtable
/ohos5.0/base/update/updater/test/unittest/ptable_parse_test/
H A Dptable_unittest.cpp41 bool WritePartitionTable() override in WritePartitionTable() function in __anond006d4070110::PtableTest
H A Dptable_manager_unittest.cpp152 ret = context.WritePartitionTable(); in TestGetPartionInfoByName()