Home
last modified time | relevance | path

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

/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp50 std::cout << "Command: partitionslot getslot" << std::endl; in GetSlot()
51 sptr<IPartitionSlot> partitionslot = IPartitionSlot::Get(); in GetSlot() local
52 if (partitionslot != nullptr) { in GetSlot()
55 partitionslot->GetCurrentSlot(currentSlot, bootSlots); in GetSlot()
71 std::cout << "Command: partitionslot getsuffix" << std::endl; in GetSuffix()
73 sptr<IPartitionSlot> partitionslot = IPartitionSlot::Get(); in GetSuffix() local
74 if (partitionslot != nullptr) { in GetSuffix()
76 partitionslot->GetSlotSuffix(slot, suffix); in GetSuffix()
92 std::cout << "Command: partitionslot setactive" << std::endl; in SetActiveSlot()
94 sptr<IPartitionSlot> partitionslot in SetActiveSlot() local
116 sptr<IPartitionSlot> partitionslot = IPartitionSlot::Get(); SetUnbootSlot() local
[all...]

Completed in 1 milliseconds