Searched refs:PtableManager (Results 1 – 3 of 3) sorted by relevance
22 std::string PtableManager::ptbImgTag_ = "";24 PtableManager::PtableManager() : pPtable_(nullptr) in PtableManager() function in Updater::PtableManager27 PtableManager::ptbImgTag_ = "ptable.img"; in PtableManager()30 PtableManager::StorageType PtableManager::GetDeviceStorageType() in GetDeviceStorageType()35 void PtableManager::SetDeviceStorageType() in SetDeviceStorageType()49 bool PtableManager::IsUfsDevice() in IsUfsDevice()54 void PtableManager::ReloadDevicePartition(Hpackage::PkgManager *pkgManager) in ReloadDevicePartition()59 void PtableManager::InitPtablePtr() in InitPtablePtr()71 bool PtableManager::InitPtableManager() in InitPtableManager()84 int32_t PtableManager::GetPartitionInfoIndexByName(const std::vector<Ptable::PtnInfo> &ptnInfo, in GetPartitionInfoIndexByName()[all …]
23 class PtableManager {25 DISALLOW_COPY_MOVE(PtableManager);26 virtual ~PtableManager() {} in ~PtableManager()46 PtableManager();61 class PackagePtable : public PtableManager {79 class DevicePtable : public PtableManager {90 bool ComparePtable(PtableManager &newPtbManager);91 bool ComparePartition(PtableManager &newPtbManager, const std::string partitionName);
25 class PtableManagerTest : public PtableManager {