Home
last modified time | relevance | path

Searched refs:SetActiveSlot (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/update/updater/interfaces/kits/slot_info/
H A Dslot_info.cpp29 void SetActiveSlot() in SetActiveSlot() function
53 void SetActiveSlot()
65 ret = psMgr.SetActiveSlot(activeSlot);
/ohos5.0/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp83 static int SetActiveSlot(BShellHandle handle, int32_t argc, char *argv[]) in SetActiveSlot() function
97 partitionslot->SetActiveSlot(slot); in SetActiveSlot()
139 const_cast<char *>("partitionslot"), SetActiveSlot, in MODULE_CONSTRUCTOR()
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/
H A Dpartitionslot_impl.cpp45 int32_t PartitionSlotImpl::SetActiveSlot(int32_t slot) in SetActiveSlot() function in OHOS::HDI::Partitionslot::V1_0::PartitionSlotImpl
48 return PartitionSlotManager::GetInstance()->SetActiveSlot(slot); in SetActiveSlot()
/ohos5.0/drivers/peripheral/partitionslot/test/unittest/
H A Dhdf_partitionslot_test.cpp82 ASSERT_TRUE(partitionslot->SetActiveSlot(2) == 0);
83 partitionslot->SetActiveSlot(currentSlot);
/ohos5.0/base/update/updater/interfaces/kits/include/slot_info/
H A Dslot_info.h25 void SetActiveSlot();
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/include/
H A Dpartitionslot_impl.h30 int32_t SetActiveSlot(int32_t slot) override;
/ohos5.0/drivers/peripheral/partitionslot/hal/include/
H A Dpartitionslot_manager.h32 int32_t SetActiveSlot(int32_t slot);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/dump_ast_target/
H A Ddump.txt13 [mini, lite, full] SetActiveSlot(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/cpp_target/partitionslot/v1_0/
H A Dpartition_slot_service.h.txt34 int32_t SetActiveSlot(int32_t slot) override;
H A Dpartition_slot_service.cpp.txt40 int32_t PartitionSlotService::SetActiveSlot(int32_t slot)
H A Dipartition_slot.h.txt73 virtual int32_t SetActiveSlot(int32_t slot) = 0;
H A Dpartition_slot_proxy.h.txt74 int32_t SetActiveSlot(int32_t slot) override;
H A Dpartition_slot_stub.cpp.txt207 int32_t partitionSlotRet = impl->SetActiveSlot(slot);
H A Dpartition_slot_proxy.cpp.txt130 int32_t OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::SetActiveSlot(int32_t slot)
/ohos5.0/drivers/peripheral/partitionslot/hal/src/
H A Dpartitionslot_manager.cpp65 int32_t PartitionSlotManager::SetActiveSlot(int32_t slot) in SetActiveSlot() function in OHOS::HDI::Partitionslot::V1_0::PartitionSlotManager
/ohos5.0/drivers/interface/partitionslot/v1_0/
H A DIPartitionSlot.idl80 SetActiveSlot([in] int slot);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/foo/partitionslot/v1_0/
H A DIPartitionSlot.idl80 SetActiveSlot([in] int slot);
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp517 SetActiveSlot(); in ProcessUpdater()