Home
last modified time | relevance | path

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

/aosp12/system/nvram/hal/include/nvram/hal/tests/
H A Dscoped_nvram_device.h45 virtual nvram_result_t GetMaxSpaceSizeInBytes(uint64_t* max_space_size);
/aosp12/system/nvram/hal/tests/
H A Dnvram_hal_test.cc222 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetMaxSpaceSizeInBytes(&max_space_size)); in TEST()
315 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetMaxSpaceSizeInBytes(&max_space_size)); in TEST()
519 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetMaxSpaceSizeInBytes(&max_space_size)); in TEST()
H A Dscoped_nvram_device.cc83 nvram_result_t ScopedNvramDevice::GetMaxSpaceSizeInBytes( in GetMaxSpaceSizeInBytes() function in nvram::ScopedNvramDevice