Searched refs:lastLocation (Results 1 – 3 of 3) sorted by relevance
223 auto lastLocation = std::make_unique<Location>(lastLocation_); in GetLastLocation() local224 if (CommonUtils::DoubleEqual(lastLocation->GetLatitude(), MIN_LATITUDE - 1)) { in GetLastLocation()228 return lastLocation; in GetLastLocation()
848 auto lastLocation = reportManager_->GetLastLocation(); in GetCacheLocation() local850 identity.GetFirstTokenId(), lastLocation); in GetCacheLocation()
148 std::unique_ptr<Location> lastLocation = std::make_unique<Location>(); in GetCountryCodeByLastLocation() local149 LocationErrCode errorCode = locatorImpl->GetCachedLocationV9(lastLocation); in GetCountryCodeByLastLocation()153 code = GetCountryCodeByLocation(lastLocation); in GetCountryCodeByLastLocation()