Searched refs:PartitionSlotManager (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/partitionslot/hdi_service/src/ |
H A D | partitionslot_impl.cpp | 36 return PartitionSlotManager::GetInstance()->GetCurrentSlot(currentSlot, numOfSlots); in GetCurrentSlot() 42 return PartitionSlotManager::GetInstance()->GetSlotSuffix(slot, suffix); in GetSlotSuffix() 48 return PartitionSlotManager::GetInstance()->SetActiveSlot(slot); in SetActiveSlot() 54 return PartitionSlotManager::GetInstance()->SetSlotUnbootable(slot); in SetSlotUnbootable()
|
/drivers/peripheral/partitionslot/hal/src/ |
H A D | partitionslot_manager.cpp | 44 int32_t PartitionSlotManager::GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) in GetCurrentSlot() 53 int32_t PartitionSlotManager::GetSlotSuffix(int32_t slot, std::string& suffix) in GetSlotSuffix() 65 int32_t PartitionSlotManager::SetActiveSlot(int32_t slot) in SetActiveSlot() 71 int32_t PartitionSlotManager::SetSlotUnbootable(int32_t slot) in SetSlotUnbootable() 77 int32_t PartitionSlotManager::WriteSlot(int fd, int32_t slot, off_t offset, off_t size) in WriteSlot() 91 int PartitionSlotManager::ReadMisc(off_t offset, off_t size) in ReadMisc() 113 int PartitionSlotManager::WriteSlotToMisc(int32_t slot, off_t offset, off_t size) in WriteSlotToMisc()
|
/drivers/peripheral/partitionslot/hal/include/ |
H A D | partitionslot_manager.h | 28 class PartitionSlotManager : public DelayedSingleton<PartitionSlotManager> { class
|
Completed in 2 milliseconds