Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp229 auto gpsListIter = requests_->find(GNSS_ABILITY); in GetActiveRequestNum() local
231 if (gpsListIter != requests_->end()) { in GetActiveRequestNum()
232 auto list = &(gpsListIter->second); in GetActiveRequestNum()