Home
last modified time | relevance | path

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

/system/nvram/hal/include/nvram/hal/tests/
Dscoped_nvram_device.h45 virtual nvram_result_t GetMaxSpaceSizeInBytes(uint64_t* max_space_size);
/system/nvram/hal/tests/
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()
Dscoped_nvram_device.cc83 nvram_result_t ScopedNvramDevice::GetMaxSpaceSizeInBytes( in GetMaxSpaceSizeInBytes() function in nvram::ScopedNvramDevice