Home
last modified time | relevance | path

Searched refs:devicePtb (Results 1 - 5 of 5) sorted by relevance

/base/update/updater/services/ptable_parse/
H A Dptable_process.cpp57 DevicePtable& devicePtb = DevicePtable::GetInstance(); in PtableProcess() local
58 devicePtb.LoadPartitionInfo(); in PtableProcess()
61 if (!devicePtb.ComparePtable(packagePtb)) { in PtableProcess()
67 if (devicePtb.ComparePartition(packagePtb, "USERDATA")) { in PtableProcess()
/base/update/updater/services/flashd/
H A Dpartition.cpp48 DevicePtable &devicePtb = DevicePtable::GetInstance(); in DoErase() local
51 if (!devicePtb.GetPartionInfoByName(devName_, ptnInfo)) { in DoErase()
/base/update/updater/services/flashd/image_writer/
H A Dimage_writer.cpp38 DevicePtable &devicePtb = DevicePtable::GetInstance(); in GetDataWriter() local
40 if (!devicePtb.GetPartionInfoByName(partition, ptnInfo)) { in GetDataWriter()
/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.cpp231 DevicePtable &devicePtb = DevicePtable::GetInstance(); in GetWritePathAndOffset() local
233 if (!devicePtb.GetPartionInfoByName(partitionName, ptnInfo)) { in GetWritePathAndOffset()
/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp440 DevicePtable& devicePtb = DevicePtable::GetInstance(); in GetWritePathAndOffset() local
442 if (!devicePtb.GetPartionInfoByName(partitionName, ptnInfo)) { in GetWritePathAndOffset()

Completed in 3 milliseconds