HomeSort by relevance Sort by last modified time
    Searched refs:GetSpaceList (Results 1 - 3 of 3) sorted by null

  /system/nvram/hal/include/nvram/hal/tests/
scoped_nvram_device.h 47 virtual nvram_result_t GetSpaceList(std::vector<uint32_t>* space_index_list);
  /system/nvram/hal/tests/
nvram_hal_test.cc 147 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));
scoped_nvram_device.cc 98 nvram_result_t ScopedNvramDevice::GetSpaceList(

Completed in 641 milliseconds