Home
last modified time | relevance | path

Searched refs:get_info_response (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/nvram/hal/
H A Dnvram_device_adapter.cpp64 nvram::GetInfoResponse get_info_response; in device_get_total_size_in_bytes() local
67 *total_size = get_info_response.total_size; in device_get_total_size_in_bytes()
74 nvram::GetInfoResponse get_info_response; in device_get_available_size_in_bytes() local
77 *available_size = get_info_response.available_size; in device_get_available_size_in_bytes()
84 nvram::GetInfoResponse get_info_response; in device_get_max_space_size_in_bytes() local
87 *max_space_size = get_info_response.max_space_size; in device_get_max_space_size_in_bytes()
94 nvram::GetInfoResponse get_info_response; in device_get_max_spaces() local
97 *num_spaces = get_info_response.max_spaces; in device_get_max_spaces()
106 nvram::GetInfoResponse get_info_response; in device_get_space_list() local
114 space_index_list[i] = get_info_response.space_list[i]; in device_get_space_list()
[all …]
/aosp12/system/nvram/core/tests/
H A Dnvram_manager_test.cpp107 GetInfoResponse get_info_response; in TEST_F() local
110 ASSERT_EQ(1U, get_info_response.space_list.size()); in TEST_F()
111 EXPECT_EQ(1U, get_info_response.space_list[0]); in TEST_F()
237 GetInfoResponse get_info_response; in TEST_F() local
385 GetInfoResponse get_info_response; in TEST_F() local
399 EXPECT_EQ(1U, get_info_response.space_list[0]); in TEST_F()
421 GetInfoResponse get_info_response; in TEST_F() local
1133 GetInfoResponse get_info_response; in TEST_F() local
1161 GetInfoResponse get_info_response; in TEST_F() local
1215 GetInfoResponse get_info_response; in TEST_F() local
[all …]