Home
last modified time | relevance | path

Searched refs:location_called_count_ (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp27 location_called_count_(0), in GnssHalTest()
113 EXPECT_EQ(location_called_count_, 1); in StartAndGetSingleLocation()
115 if (location_called_count_ > 0) { in StartAndGetSingleLocation()
202 EXPECT_EQ(location_called_count_, i + 1); in StartAndCheckLocations()
204 if (location_called_count_ > 0) { in StartAndCheckLocations()
206 CheckLocation(last_location_, location_called_count_ > 1); in StartAndCheckLocations()
256 parent_.location_called_count_++; in gnssLocationCb()
Dgnss_hal_test_cases.cpp76 EXPECT_EQ(location_called_count_, i); in TEST_F()
79 EXPECT_EQ(location_called_count_, i + 1); in TEST_F()
217 location_called_count_ = 0; in TEST_F()
239 location_called_count_ = 0; in TEST_F()
328 location_called_count_ = 0; in TEST_F()
Dgnss_hal_test.h155 int location_called_count_; variable
/hardware/interfaces/gnss/1.0/vts/functional/
DVtsHalGnssV1_0TargetTest.cpp66 location_called_count_ = 0; in SetUp()
164 EXPECT_EQ(location_called_count_, 1); in StartAndGetSingleLocation()
166 if (location_called_count_ > 0) { in StartAndGetSingleLocation()
295 parent_.location_called_count_++; in gnssLocationCb()
328 int location_called_count_; member in GnssHalTest
382 EXPECT_EQ(location_called_count_, i + 1); in TEST_F()