Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp152 int providerId = spec.mapId() - 1; in getFromOfflineStorage() local
153 if (providerId < 0 || providerId >= m_providers.size()) in getFromOfflineStorage()
156 const QString fileName = tileSpecToFilename(spec, QStringLiteral("*"), providerId); in getFromOfflineStorage()
215 int providerId = spec.mapId() - 1; in tileSpecToFilename() local
216 if (providerId < 0 || providerId >= m_providers.size()) in tileSpecToFilename()
220 return dir.filePath(tileSpecToFilename(spec, format, providerId)); in tileSpecToFilename()
223 …CacheOsm::tileSpecToFilename(const QGeoTileSpec &spec, const QString &format, int providerId) const in tileSpecToFilename()
227 filename += (m_providers[providerId]->isHighDpi()) ? QLatin1Char('h') : QLatin1Char('l'); in tileSpecToFilename()
H A Dqgeotiledmaposm.cpp73 int providerId = tile.mapId() - 1; in evaluateCopyrights() local
74 if (providerId < 0 || providerId >= m_engine->providers().size()) in evaluateCopyrights()
78 if (!m_engine->providers().at(providerId)->isValid()) in evaluateCopyrights()
81 onProviderDataUpdated(m_engine->providers().at(providerId)); in evaluateCopyrights()
H A Dqgeofiletilecacheosm.h69 … QString tileSpecToFilename(const QGeoTileSpec &spec, const QString &format, int providerId) const;