Home
last modified time | relevance | path

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

/base/update/updater/services/ptable_parse/
H A Dptable_manager.h30 enum class StorageType { class in Updater::PtableManager
45 StorageType storage_ = StorageType::STORAGE_UNKNOWN;
60 StorageType GetDeviceStorageType();
H A Dptable_manager.cpp32 PtableManager::StorageType PtableManager::GetDeviceStorageType() in GetDeviceStorageType()
39 if (storage_ != StorageType::STORAGE_UNKNOWN) { in SetDeviceStorageType()
43 storage_ = StorageType::STORAGE_UFS; in SetDeviceStorageType()
46 storage_ = StorageType::STORAGE_EMMC; in SetDeviceStorageType()
70 if (GetDeviceStorageType() == StorageType::STORAGE_UFS) { in InitPtablePtr()
/base/update/updater/test/unittest/ptable_parse_test/
H A Dptable_manager_unittest.cpp129 ASSERT_EQ(context.storage_, PtableManagerTest::StorageType::STORAGE_UFS); in TestInitPtableManagerAndSetDeviceStorageType()
130 context.storage_ = PtableManagerTest::StorageType::STORAGE_EMMC; in TestInitPtableManagerAndSetDeviceStorageType()
132 ASSERT_EQ(context.storage_, PtableManagerTest::StorageType::STORAGE_EMMC); in TestInitPtableManagerAndSetDeviceStorageType()
/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_common.h94 enum StorageType { enum in OHOS::UpdateEngine::FirmwareStep::BlType::CheckResultStatus

Completed in 3 milliseconds