Lines Matching defs:slot
39 int32_t PartitionSlotImpl::GetSlotSuffix(int32_t slot, std::string& suffix)
42 return PartitionSlotManager::GetInstance()->GetSlotSuffix(slot, suffix);
45 int32_t PartitionSlotImpl::SetActiveSlot(int32_t slot)
47 HDF_LOGD("%{public}s called!, slot is %{public}d", __func__, slot);
48 return PartitionSlotManager::GetInstance()->SetActiveSlot(slot);
51 int32_t PartitionSlotImpl::SetSlotUnbootable(int32_t slot)
53 HDF_LOGD("%{public}s called!, slot is %{public}d", __func__, slot);
54 return PartitionSlotManager::GetInstance()->SetSlotUnbootable(slot);