Home
last modified time | relevance | path

Searched refs:availableServiceProviders (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_plugin.qml64 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 Dtst_qgeoserviceprovider.cpp67 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 Dqdeclarativegeoserviceprovider_p.h76 Q_PROPERTY(QStringList availableServiceProviders READ availableServiceProviders CONSTANT)
167 QStringList availableServiceProviders();
H A Dqdeclarativegeoserviceprovider.cpp170 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 Dqgeoserviceprovider.h142 static QStringList availableServiceProviders();
H A Dqgeoserviceprovider.cpp224 QStringList QGeoServiceProvider::availableServiceProviders() in availableServiceProviders() function in QGeoServiceProvider
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp69 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in loadRoutingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/
H A Dtst_qgeocodingmanager.cpp77 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in loadGeocodingManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_nokia/
H A Dtst_qplacemanager_nokia.cpp78 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp89 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp94 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml125 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 Dplaces.qml71 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 Dtst_routing.cpp321 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp108 QStringList providers = QGeoServiceProvider::availableServiceProviders(); in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1111 Property { name: "availableServiceProviders"; type: "QStringList"; isReadonly: true }