Home
last modified time | relevance | path

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

/system/nvram/hal/include/nvram/hal/tests/
Dscoped_nvram_device.h43 virtual nvram_result_t GetTotalSizeInBytes(uint64_t* total_size);
/system/nvram/hal/tests/
Dnvram_hal_test.cc206 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size)); in TEST()
215 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size)); in TEST()
224 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetTotalSizeInBytes(&total_size)); in TEST()
Dscoped_nvram_device.cc68 nvram_result_t ScopedNvramDevice::GetTotalSizeInBytes(uint64_t* total_size) { in GetTotalSizeInBytes() function in nvram::ScopedNvramDevice