Home
last modified time | relevance | path

Searched refs:storage_ (Results 1 – 3 of 3) sorted by relevance

/base/update/updater/services/ptable_parse/
Dptable_manager.cpp32 return storage_; in GetDeviceStorageType()
37 if (storage_ != StorageType::STORAGE_UNKNOWN) { in SetDeviceStorageType()
41 storage_ = StorageType::STORAGE_UFS; in SetDeviceStorageType()
44 storage_ = StorageType::STORAGE_EMMC; in SetDeviceStorageType()
Dptable_manager.h42 StorageType storage_ = StorageType::STORAGE_UNKNOWN; variable
/base/update/updater/test/unittest/ptable_parse_test/
Dptable_manager_unittest.cpp127 ASSERT_EQ(context.storage_, PtableManagerTest::StorageType::STORAGE_UFS); in TestInitPtableManagerAndSetDeviceStorageType()
128 context.storage_ = PtableManagerTest::StorageType::STORAGE_EMMC; in TestInitPtableManagerAndSetDeviceStorageType()
130 ASSERT_EQ(context.storage_, PtableManagerTest::StorageType::STORAGE_EMMC); in TestInitPtableManagerAndSetDeviceStorageType()