Searched refs:GetSpaceList (Results 1 – 3 of 3) sorted by relevance
147 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()
98 nvram_result_t ScopedNvramDevice::GetSpaceList( in GetSpaceList() function in nvram::ScopedNvramDevice
47 virtual nvram_result_t GetSpaceList(std::vector<uint32_t>* space_index_list);