| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_plugin.qml | 64 verify (invalidPlugin.availableServiceProviders.length > 0) 65 …verify (invalidPlugin.availableServiceProviders.indexOf('qmlgeo.test.plugin') > -1) // at least te… 74 if (invalidPlugin.availableServiceProviders.indexOf('qmlgeo.test.plugin') > -1) { 82 if (invalidPlugin.availableServiceProviders.indexOf('here')) {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/ |
| H A D | tst_qgeoserviceprovider.cpp | 67 const QStringList provider = QGeoServiceProvider::availableServiceProviders(); in tst_availableServiceProvider() 199 const QStringList provider = QGeoServiceProvider::availableServiceProviders(); in tst_misc() 224 QVERIFY(!QGeoServiceProvider::availableServiceProviders().contains("nokia")); in tst_nokiaRename()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeoserviceprovider_p.h | 76 Q_PROPERTY(QStringList availableServiceProviders READ availableServiceProviders CONSTANT) 167 QStringList availableServiceProviders();
|
| H A D | qdeclarativegeoserviceprovider.cpp | 170 QStringList QDeclarativeGeoServiceProvider::availableServiceProviders() in availableServiceProviders() function in QDeclarativeGeoServiceProvider 172 return QGeoServiceProvider::availableServiceProviders(); in availableServiceProviders() 198 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in componentComplete()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoserviceprovider.h | 142 static QStringList availableServiceProviders();
|
| H A D | qgeoserviceprovider.cpp | 224 QStringList QGeoServiceProvider::availableServiceProviders() in availableServiceProviders() function in QGeoServiceProvider
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/ |
| H A D | tst_qgeoroutingmanager.cpp | 69 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in loadRoutingManager()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/ |
| H A D | tst_qgeocodingmanager.cpp | 77 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in loadGeocodingManager()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_nokia/ |
| H A D | tst_qplacemanager_nokia.cpp | 78 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/ |
| H A D | tst_qplacemanager.cpp | 89 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/ |
| H A D | tst_qplacemanager_unsupported.cpp | 94 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/ |
| H A D | mapviewer.qml | 125 for (var i = 0; i<plugin.availableServiceProviders.length; i++) { 126 …ateQmlObject ('import QtLocation 5.6; Plugin {name: "' + plugin.availableServiceProviders[i]+ '"}'…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/ |
| H A D | places.qml | 71 for (var i = 0; i < plugin.availableServiceProviders.length; i++) { 72 …ateQmlObject ('import QtLocation 5.3; Plugin {name: "' + plugin.availableServiceProviders[i]+ '"}'…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/ |
| H A D | tst_routing.cpp | 321 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 108 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 1111 Property { name: "availableServiceProviders"; type: "QStringList"; isReadonly: true }
|