Home
last modified time | relevance | path

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

/aosp12/system/nvram/hal/tests/
H A Dnvram_hal_test.cc147 if (device->GetSpaceList(&space_index_list) != NV_RESULT_SUCCESS) { in CleanBurnSpaces()
180 if (device->GetSpaceList(&space_index_list) != NV_RESULT_SUCCESS) { in GetNextBurnSpace()
241 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetSpaceList(&space_index_list)); in TEST()
248 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetSpaceList(&space_index_list2)); in TEST()
256 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetSpaceList(&space_index_list3)); in TEST()
H A Dscoped_nvram_device.cc98 nvram_result_t ScopedNvramDevice::GetSpaceList( in GetSpaceList() function in nvram::ScopedNvramDevice
/aosp12/system/nvram/hal/include/nvram/hal/tests/
H A Dscoped_nvram_device.h47 virtual nvram_result_t GetSpaceList(std::vector<uint32_t>* space_index_list);