Home
last modified time | relevance | path

Searched refs:DevicePtable (Results 1 – 7 of 7) sorted by relevance

/base/update/updater/services/ptable_parse/
Dptable_manager.h79 class DevicePtable : public PtableManager {
81 DISALLOW_COPY_MOVE(DevicePtable);
82 ~DevicePtable() override {} in ~DevicePtable()
83 static DevicePtable& GetInstance() in GetInstance()
85 static DevicePtable instance; in GetInstance()
93 DevicePtable();
Dptable_process.cpp57 DevicePtable& devicePtb = DevicePtable::GetInstance(); in PtableProcess()
Dptable_manager.cpp310 DevicePtable::DevicePtable() : PtableManager() {} in DevicePtable() function in Updater::DevicePtable
312 void DevicePtable::LoadPartitionInfo([[maybe_unused]] Hpackage::PkgManager *pkgManager) in LoadPartitionInfo()
329 bool DevicePtable::ComparePartition(PtableManager &newPtbManager, const std::string partitionName) in ComparePartition()
344 bool DevicePtable::ComparePtable(PtableManager &newPtbManager) in ComparePtable()
/base/update/updater/services/flashd/image_writer/
Dimage_writer.cpp38 DevicePtable &devicePtb = DevicePtable::GetInstance(); in GetDataWriter()
/base/update/updater/services/updater_binary/
Dupdate_processor.cpp408 DevicePtable& devicePtb = DevicePtable::GetInstance(); in GetWritePathAndOffset()
472 DevicePtable& devicePtb = DevicePtable::GetInstance(); in ProcessUpdater()
/base/update/updater/services/flashd/daemon/
Dflash_commander.cpp83 DevicePtable::GetInstance().LoadPartitionInfo(); in InitPartition()
/base/update/updater/services/flow_update/update_bin/
Dcomponent_processor.cpp226 DevicePtable &devicePtb = DevicePtable::GetInstance(); in GetWritePathAndOffset()