Searched refs:get_info_response (Results 1 – 2 of 2) sorted by relevance
64 nvram::GetInfoResponse get_info_response; in device_get_total_size_in_bytes() local67 *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() local77 *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() local87 *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() local97 *num_spaces = get_info_response.max_spaces; in device_get_max_spaces()106 nvram::GetInfoResponse get_info_response; in device_get_space_list() local114 space_index_list[i] = get_info_response.space_list[i]; in device_get_space_list()[all …]
107 GetInfoResponse get_info_response; in TEST_F() local110 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() local385 GetInfoResponse get_info_response; in TEST_F() local399 EXPECT_EQ(1U, get_info_response.space_list[0]); in TEST_F()421 GetInfoResponse get_info_response; in TEST_F() local1133 GetInfoResponse get_info_response; in TEST_F() local1161 GetInfoResponse get_info_response; in TEST_F() local1215 GetInfoResponse get_info_response; in TEST_F() local[all …]