Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dreport_manager.cpp223 auto lastLocation = std::make_unique<Location>(lastLocation_); in GetLastLocation() local
224 if (CommonUtils::DoubleEqual(lastLocation->GetLatitude(), MIN_LATITUDE - 1)) { in GetLastLocation()
228 return lastLocation; in GetLastLocation()
Dlocator_ability.cpp848 auto lastLocation = reportManager_->GetLastLocation(); in GetCacheLocation() local
850 identity.GetFirstTokenId(), lastLocation); in GetCacheLocation()
/base/location/frameworks/native/source/
Dcountry_code_manager.cpp148 std::unique_ptr<Location> lastLocation = std::make_unique<Location>(); in GetCountryCodeByLastLocation() local
149 LocationErrCode errorCode = locatorImpl->GetCachedLocationV9(lastLocation); in GetCountryCodeByLastLocation()
153 code = GetCountryCodeByLocation(lastLocation); in GetCountryCodeByLastLocation()