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

/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);
/system/nvram/hal/tests/
H A Dnvram_hal_test.cc147 if (device->GetSpaceList(&space_index_list) != NV_RESULT_SUCCESS) {
180 if (device->GetSpaceList(&space_index_list) != NV_RESULT_SUCCESS) {
241 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetSpaceList(&space_index_list));
248 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetSpaceList(&space_index_list2));
256 ASSERT_EQ(NV_RESULT_SUCCESS, device.GetSpaceList(&space_index_list3));
H A Dscoped_nvram_device.cc98 nvram_result_t ScopedNvramDevice::GetSpaceList( function in class:nvram::ScopedNvramDevice

Completed in 415 milliseconds