Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/common/utils/vts/include/v2_1/
Dgnss_hal_test_template.h151 const int locations_to_await, const int gnss_sv_info_list_timeout);
296 const int locations_to_await, const int gnss_sv_info_list_timeout) { in startLocationAndGetNonGpsConstellation() argument
298 StartAndCheckLocations(locations_to_await); in startLocationAndGetNonGpsConstellation()
303 EXPECT_GE(sv_info_list_cbq_size + 1, locations_to_await); in startLocationAndGetNonGpsConstellation()
305 sv_info_list_cbq_size, locations_to_await, location_called_count); in startLocationAndGetNonGpsConstellation()
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp193 const int locations_to_await, const int gnss_sv_info_list_timeout) { in startLocationAndGetNonGpsConstellation() argument
195 StartAndCheckLocations(locations_to_await); in startLocationAndGetNonGpsConstellation()
200 EXPECT_GE(sv_status_cbq_size + 1, locations_to_await); in startLocationAndGetNonGpsConstellation()
202 locations_to_await, location_called_count); in startLocationAndGetNonGpsConstellation()
Dgnss_hal_test.h155 const int locations_to_await, const int gnss_sv_info_list_timeout);