Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoareamonitorsource.cpp83 QString providerName; member in QGeoAreaMonitorSourcePrivate
160 s->d->providerName = d.metaData.value(QStringLiteral("Provider")).toString(); in createDefaultSource()
185 s->d->providerName = d.metaData.value(QStringLiteral("Provider")).toString(); in createSource()
218 return d->providerName; in sourceName()
H A Dqgeosatelliteinfosource.cpp132 return d->providerName; in sourceName()
179 …QGeoSatelliteInfoSourcePrivate::get(*s)->providerName = d.metaData.value(QStringLiteral("Provider"… in createSource_real()
H A Dqgeosatelliteinfosource_p.h65 QString providerName; variable
H A Dqgeopositioninfosource_p.h75 QString providerName; variable
H A Dqgeopositioninfosource.cpp118 metaData = plugins().value(providerName); in loadMeta()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp247 QGeoServiceProvider::QGeoServiceProvider(const QString &providerName, in QGeoServiceProvider() argument
255 if (providerName == QStringLiteral("nokia")) in QGeoServiceProvider()
256 d_ptr->providerName = QStringLiteral("here"); in QGeoServiceProvider()
258 d_ptr->providerName = providerName; in QGeoServiceProvider()
813 if (*it == providerName) // don't remove parameters for current provider in filterParameterMap()
833 …String = QString(QLatin1String("The geoservices provider %1 is not supported.")).arg(providerName); in loadMeta()
835 QList<QJsonObject> candidates = QGeoServiceProviderPrivate::plugins().values(providerName); in loadMeta()
H A Dqgeoserviceprovider_p.h119 QString providerName; variable
H A Dqgeoserviceprovider.h143 QGeoServiceProvider(const QString &providerName,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/
H A Dtst_qgeoserviceprovider.cpp146 QFETCH(QString, providerName); in tst_features()
152 QGeoServiceProvider provider(providerName); in tst_features()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/
H A DMainMenu.qml59 signal selectProvider(string providerName)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/
H A DMainMenu.qml62 signal selectProvider(string providerName)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml197 providerMenu.items[i].checked = providerMenu.items[i].text === providerName
200 createMap(providerName)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml127 providerMenu.items[i].checked = providerMenu.items[i].text === providerName
130 createMap(providerName)