Searched refs:locationCalledCount (Results 1 – 3 of 3) sorted by relevance
115 int locationCalledCount = 0; in StartAndCheckFirstLocation() local120 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() local154 EXPECT_EQ(locationCalledCount, i + 1); in StartAndCheckLocations()156 if (locationCalledCount > 0) { in StartAndCheckLocations()158 CheckLocation(gnss_cb_->last_location_, locationCalledCount > 1); in StartAndCheckLocations()
112 int locationCalledCount = 0; in StartAndCheckFirstLocation() local117 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() local150 EXPECT_EQ(locationCalledCount, i + 1); in StartAndCheckLocations()152 if (locationCalledCount > 0) { in StartAndCheckLocations()154 CheckLocation(gnss_cb_->last_location_, locationCalledCount > 1); in StartAndCheckLocations()
253 int locationCalledCount = gnss_cb_->location_cbq_.calledCount(); in StartAndCheckFirstLocation() local254 EXPECT_EQ(locationCalledCount, 1); in StartAndCheckFirstLocation()256 if (locationCalledCount > 0) { in StartAndCheckFirstLocation()284 int locationCalledCount = gnss_cb_->location_cbq_.calledCount(); in StartAndCheckLocations() local285 EXPECT_EQ(locationCalledCount, i + 1); in StartAndCheckLocations()287 if (locationCalledCount > 0) { in StartAndCheckLocations()289 CheckLocation(gnss_cb_->last_location_, locationCalledCount > 1); in StartAndCheckLocations()