Home
last modified time | relevance | path

Searched refs:partitionslot (Results 1 – 6 of 6) sorted by relevance

/base/startup/init/services/begetctl/
Dpartitionslot.cpp51 sptr<IPartitionSlot> partitionslot = IPartitionSlot::Get(); in GetSlot() local
52 if (partitionslot != nullptr) { in GetSlot()
55 partitionslot->GetCurrentSlot(currentSlot, bootSlots); in GetSlot()
73 sptr<IPartitionSlot> partitionslot = IPartitionSlot::Get(); in GetSuffix() local
74 if (partitionslot != nullptr) { in GetSuffix()
76 partitionslot->GetSlotSuffix(slot, suffix); in GetSuffix()
94 sptr<IPartitionSlot> partitionslot = IPartitionSlot::Get(); in SetActiveSlot() local
95 if (partitionslot != nullptr) { in SetActiveSlot()
96 partitionslot->SetActiveSlot(slot); in SetActiveSlot()
114 sptr<IPartitionSlot> partitionslot = IPartitionSlot::Get(); in SetUnbootSlot() local
[all …]
DBUILD.gn128 sources += [ "partitionslot.cpp" ]
/base/update/updater/interfaces/kits/slot_info/
DBUILD.gn26 "//drivers/peripheral/partitionslot/hal/include",
33 [ "//drivers/peripheral/partitionslot/hal:libpartition_slot_manager" ]
/base/update/updater/services/flashd/
DBUILD.gn221 "//drivers/peripheral/partitionslot/hal/include",
/base/update/updater/test/unittest/
DBUILD.gn164 "//drivers/peripheral/partitionslot/hal/include",
/base/startup/init/test/unittest/
DBUILD.gn319 sources += [ "//base/startup/init/services/begetctl/partitionslot.cpp" ]