Searched refs:storage_ (Results 1 – 3 of 3) sorted by relevance
32 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()
42 StorageType storage_ = StorageType::STORAGE_UNKNOWN; variable
127 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()