Home
last modified time | relevance | path

Searched refs:GetPtablePartitionInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dcomposite_ptable.cpp36 AppendChildPtnInfo(iter->GetPtablePartitionInfo()); in ParsePartitionFromBuffer()
53 AppendChildPtnInfo(iter->GetPtablePartitionInfo()); in LoadPtableFromDevice()
H A Dptable_manager.cpp398 if (IsPartitionChanged(pPtable_->GetPtablePartitionInfo(), in ComparePartition()
399 newPtbManager.pPtable_->GetPtablePartitionInfo(), partitionName)) { in ComparePartition()
413 if (IsPtableChanged(pPtable_->GetPtablePartitionInfo(), in ComparePtable()
414 newPtbManager.pPtable_->GetPtablePartitionInfo())) { in ComparePtable()
H A Dptable.h50 std::vector<PtnInfo> GetPtablePartitionInfo() const;
H A Dptable.cpp38 std::vector<Ptable::PtnInfo> Ptable::GetPtablePartitionInfo() const in GetPtablePartitionInfo() function in Updater::Ptable