/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/ |
H A D | partitionslot_impl.cpp | 33 int32_t PartitionSlotImpl::GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) in GetCurrentSlot() function in OHOS::HDI::Partitionslot::V1_0::PartitionSlotImpl 36 return PartitionSlotManager::GetInstance()->GetCurrentSlot(currentSlot, numOfSlots); in GetCurrentSlot()
|
/ohos5.0/base/update/updater/interfaces/kits/slot_info/ |
H A D | slot_info.cpp | 38 int32_t ret = psMgr.GetCurrentSlot(curSlot, numOfSlots); 58 int32_t ret = psMgr.GetCurrentSlot(curSlot, numOfSlots);
|
/ohos5.0/drivers/peripheral/partitionslot/test/unittest/ |
H A D | hdf_partitionslot_test.cpp | 61 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0); 81 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
|
/ohos5.0/base/startup/init/test/fuzztest/getcurrentslot_fuzzer/ |
H A D | getcurrentslot_fuzzer.cpp | 24 if (!GetCurrentSlot()) { in FuzzGetCurrentSlot()
|
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/include/ |
H A D | partitionslot_impl.h | 28 int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) override;
|
/ohos5.0/drivers/peripheral/partitionslot/hal/include/ |
H A D | partitionslot_manager.h | 30 int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/dump_ast_target/ |
H A D | dump.txt | 5 [mini, lite, full] GetCurrentSlot(
|
/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 | 30 int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) override;
|
H A D | partition_slot_service.cpp.txt | 30 int32_t PartitionSlotService::GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots)
|
H A D | ipartition_slot.h.txt | 69 virtual int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) = 0;
|
H A D | partition_slot_proxy.h.txt | 70 int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) override;
|
H A D | partition_slot_stub.cpp.txt | 122 int32_t partitionSlotRet = impl->GetCurrentSlot(currentSlot, numOfSlots);
|
H A D | partition_slot_proxy.cpp.txt | 120 int32_t OHOS::HDI::Partitionslot::V1_0::PartitionSlotProxy::GetCurrentSlot(int32_t& currentSlot, in…
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/fs_manager/ |
H A D | fs_manager.h | 86 int GetCurrentSlot(void);
|
/ohos5.0/base/startup/init/services/begetctl/ |
H A D | partitionslot.cpp | 55 partitionslot->GetCurrentSlot(currentSlot, bootSlots); in GetSlot()
|
/ohos5.0/drivers/peripheral/partitionslot/hal/src/ |
H A D | partitionslot_manager.cpp | 44 int32_t PartitionSlotManager::GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) in GetCurrentSlot() function in OHOS::HDI::Partitionslot::V1_0::PartitionSlotManager
|
/ohos5.0/base/startup/init/test/unittest/innerkits/ |
H A D | innerkits_unittest.cpp | 190 EXPECT_NE(GetCurrentSlot(), -1); 220 GetCurrentSlot();
|
/ohos5.0/drivers/interface/partitionslot/v1_0/ |
H A D | IPartitionSlot.idl | 57 GetCurrentSlot([out] int currentSlot, [out] int numOfSlots);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/foo/partitionslot/v1_0/ |
H A D | IPartitionSlot.idl | 57 GetCurrentSlot([out] int currentSlot, [out] int numOfSlots);
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/ |
H A D | fstab_mount.c | 440 int GetCurrentSlot(void) in GetCurrentSlot() function 592 int slot = GetCurrentSlot(); in AdjustPartitionNameByPartitionSlot()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-deviceboot.md | 424 int GetCurrentSlot(void) 454 int slot = GetCurrentSlot();
|
H A D | subsys-ota-guide.md | 559 int GetCurrentSlot()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-deviceboot.md | 424 int GetCurrentSlot(void) 454 int slot = GetCurrentSlot();
|
H A D | subsys-ota-guide.md | 559 int GetCurrentSlot()
|