Home
last modified time | relevance | path

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

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp115 int locationCalledCount = 0; in StartAndCheckFirstLocation() local
120 locationCalledCount = gnss_cb_->location_cbq_.calledCount(); in StartAndCheckFirstLocation()
121 EXPECT_EQ(locationCalledCount, 1); in StartAndCheckFirstLocation()
124 if (locationCalledCount > 0) { in StartAndCheckFirstLocation()
153 int locationCalledCount = gnss_cb_->location_cbq_.calledCount(); in StartAndCheckLocations() local
154 EXPECT_EQ(locationCalledCount, i + 1); in StartAndCheckLocations()
156 if (locationCalledCount > 0) { in StartAndCheckLocations()
158 CheckLocation(gnss_cb_->last_location_, locationCalledCount > 1); in StartAndCheckLocations()
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test.cpp112 int locationCalledCount = 0; in StartAndCheckFirstLocation() local
117 locationCalledCount = gnss_cb_->location_cbq_.calledCount(); in StartAndCheckFirstLocation()
118 EXPECT_EQ(locationCalledCount, 1); in StartAndCheckFirstLocation()
120 if (locationCalledCount > 0) { in StartAndCheckFirstLocation()
149 int locationCalledCount = gnss_cb_->location_cbq_.calledCount(); in StartAndCheckLocations() local
150 EXPECT_EQ(locationCalledCount, i + 1); in StartAndCheckLocations()
152 if (locationCalledCount > 0) { in StartAndCheckLocations()
154 CheckLocation(gnss_cb_->last_location_, locationCalledCount > 1); in StartAndCheckLocations()
/hardware/interfaces/gnss/common/utils/vts/include/v2_1/
Dgnss_hal_test_template.h253 int locationCalledCount = gnss_cb_->location_cbq_.calledCount(); in StartAndCheckFirstLocation() local
254 EXPECT_EQ(locationCalledCount, 1); in StartAndCheckFirstLocation()
256 if (locationCalledCount > 0) { in StartAndCheckFirstLocation()
284 int locationCalledCount = gnss_cb_->location_cbq_.calledCount(); in StartAndCheckLocations() local
285 EXPECT_EQ(locationCalledCount, i + 1); in StartAndCheckLocations()
287 if (locationCalledCount > 0) { in StartAndCheckLocations()
289 CheckLocation(gnss_cb_->last_location_, locationCalledCount > 1); in StartAndCheckLocations()