Searched refs:location_called_count_ (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/gnss/1.1/vts/functional/ |
D | gnss_hal_test.cpp | 29 location_called_count_(0), in GnssHalTest() 88 location_called_count_ = 0; in StopAndClearLocations() 116 EXPECT_EQ(location_called_count_, 1); in StartAndCheckFirstLocation() 118 if (location_called_count_ > 0) { in StartAndCheckFirstLocation() 143 EXPECT_EQ(location_called_count_, i + 1); in StartAndCheckLocations() 145 if (location_called_count_ > 0) { in StartAndCheckLocations() 147 CheckLocation(last_location_, location_called_count_ > 1); in StartAndCheckLocations() 197 parent_.location_called_count_++; in gnssLocationCb()
|
D | gnss_hal_test_cases.cpp | 87 if ((i == 1) && (location_called_count_ == 2)) { in TEST_F() 91 EXPECT_LE(location_called_count_, i); in TEST_F() 92 if (location_called_count_ != i) { in TEST_F() 94 location_called_count_, i); in TEST_F() 213 (int)list_gnss_sv_status_.size(), kLocationsToAwait, location_called_count_); in TEST_F() 251 if (location_called_count_ == 0) { in TEST_F() 254 ASSERT_TRUE(location_called_count_ > 0); in TEST_F() 259 (int)list_gnss_sv_status_.size(), kLocationsToAwait, location_called_count_); in TEST_F() 286 if (location_called_count_ == 0) { in TEST_F() 289 ASSERT_TRUE(location_called_count_ > 0); in TEST_F() [all …]
|
D | gnss_hal_test.h | 158 int location_called_count_; variable
|
/hardware/interfaces/gnss/1.0/vts/functional/ |
D | VtsHalGnssV1_0TargetTest.cpp | 66 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()
|