Home
last modified time | relevance | path

Searched refs:GetCurrentSlot (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/drivers/peripheral/partitionslot/hdi_service/src/
H A Dpartitionslot_impl.cpp33 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 Dslot_info.cpp38 int32_t ret = psMgr.GetCurrentSlot(curSlot, numOfSlots);
58 int32_t ret = psMgr.GetCurrentSlot(curSlot, numOfSlots);
/ohos5.0/drivers/peripheral/partitionslot/test/unittest/
H A Dhdf_partitionslot_test.cpp61 ASSERT_TRUE(partitionslot->GetCurrentSlot(currentSlot, numOfSlots) == 0);
81 partitionslot->GetCurrentSlot(currentSlot, numOfSlots);
/ohos5.0/base/startup/init/test/fuzztest/getcurrentslot_fuzzer/
H A Dgetcurrentslot_fuzzer.cpp24 if (!GetCurrentSlot()) { in FuzzGetCurrentSlot()
/ohos5.0/drivers/peripheral/partitionslot/hdi_service/include/
H A Dpartitionslot_impl.h28 int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) override;
/ohos5.0/drivers/peripheral/partitionslot/hal/include/
H A Dpartitionslot_manager.h30 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 Ddump.txt5 [mini, lite, full] GetCurrentSlot(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/partitionslot_v1_0/cpp_target/partitionslot/v1_0/
H A Dpartition_slot_service.h.txt30 int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) override;
H A Dpartition_slot_service.cpp.txt30 int32_t PartitionSlotService::GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots)
H A Dipartition_slot.h.txt69 virtual int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) = 0;
H A Dpartition_slot_proxy.h.txt70 int32_t GetCurrentSlot(int32_t& currentSlot, int32_t& numOfSlots) override;
H A Dpartition_slot_stub.cpp.txt122 int32_t partitionSlotRet = impl->GetCurrentSlot(currentSlot, numOfSlots);
H A Dpartition_slot_proxy.cpp.txt120 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 Dfs_manager.h86 int GetCurrentSlot(void);
/ohos5.0/base/startup/init/services/begetctl/
H A Dpartitionslot.cpp55 partitionslot->GetCurrentSlot(currentSlot, bootSlots); in GetSlot()
/ohos5.0/drivers/peripheral/partitionslot/hal/src/
H A Dpartitionslot_manager.cpp44 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 Dinnerkits_unittest.cpp190 EXPECT_NE(GetCurrentSlot(), -1);
220 GetCurrentSlot();
/ohos5.0/drivers/interface/partitionslot/v1_0/
H A DIPartitionSlot.idl57 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 DIPartitionSlot.idl57 GetCurrentSlot([out] int currentSlot, [out] int numOfSlots);
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c440 int GetCurrentSlot(void) in GetCurrentSlot() function
592 int slot = GetCurrentSlot(); in AdjustPartitionNameByPartitionSlot()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-deviceboot.md424 int GetCurrentSlot(void)
454 int slot = GetCurrentSlot();
H A Dsubsys-ota-guide.md559 int GetCurrentSlot()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-deviceboot.md424 int GetCurrentSlot(void)
454 int slot = GetCurrentSlot();
H A Dsubsys-ota-guide.md559 int GetCurrentSlot()