Home
last modified time | relevance | path

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

/system/nvram/hal/include/nvram/hal/tests/
Dscoped_nvram_device.h49 virtual nvram_result_t GetSpaceControls(
/system/nvram/hal/tests/
Dnvram_hal_test.cc282 device.GetSpaceControls(kTestIndex1, &control_list)); in TEST()
286 device.GetSpaceControls(kTestIndexNeverExists, &control_list)); in TEST()
330 device.GetSpaceControls(kTestIndex1, &control_list)); in TEST()
Dscoped_nvram_device.cc126 nvram_result_t ScopedNvramDevice::GetSpaceControls( in GetSpaceControls() function in nvram::ScopedNvramDevice