/ohos5.0/base/update/updater/interfaces/kits/slot_info/ |
H A D | slot_info.cpp | 29 void SetActiveSlot() in SetActiveSlot() function 53 void SetActiveSlot() 65 ret = psMgr.SetActiveSlot(activeSlot);
|
/ohos5.0/base/startup/init/services/begetctl/ |
H A D | partitionslot.cpp | 83 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 D | partitionslot_impl.cpp | 45 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 D | hdf_partitionslot_test.cpp | 82 ASSERT_TRUE(partitionslot->SetActiveSlot(2) == 0); 83 partitionslot->SetActiveSlot(currentSlot);
|
/ohos5.0/base/update/updater/interfaces/kits/include/slot_info/ |
H A D | slot_info.h | 25 void SetActiveSlot();
|
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/include/ |
H A D | partitionslot_impl.h | 30 int32_t SetActiveSlot(int32_t slot) override;
|
/ohos5.0/drivers/peripheral/partitionslot/hal/include/ |
H A D | partitionslot_manager.h | 32 int32_t SetActiveSlot(int32_t slot);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/dump_ast_target/ |
H A D | dump.txt | 13 [mini, lite, full] SetActiveSlot(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/cpp_target/partitionslot/v1_0/ |
H A D | partition_slot_service.h.txt | 34 int32_t SetActiveSlot(int32_t slot) override;
|
H A D | partition_slot_service.cpp.txt | 40 int32_t PartitionSlotService::SetActiveSlot(int32_t slot)
|
H A D | ipartition_slot.h.txt | 73 virtual int32_t SetActiveSlot(int32_t slot) = 0;
|
H A D | partition_slot_proxy.h.txt | 74 int32_t SetActiveSlot(int32_t slot) override;
|
H A D | partition_slot_stub.cpp.txt | 207 int32_t partitionSlotRet = impl->SetActiveSlot(slot);
|
H A D | partition_slot_proxy.cpp.txt | 130 int32_t OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::SetActiveSlot(int32_t slot)
|
/ohos5.0/drivers/peripheral/partitionslot/hal/src/ |
H A D | partitionslot_manager.cpp | 65 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 D | IPartitionSlot.idl | 80 SetActiveSlot([in] int slot);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/foo/partitionslot/v1_0/ |
H A D | IPartitionSlot.idl | 80 SetActiveSlot([in] int slot);
|
/ohos5.0/base/update/updater/services/updater_binary/ |
H A D | update_processor.cpp | 517 SetActiveSlot(); in ProcessUpdater()
|