Home
last modified time | relevance | path

Searched refs:placesFeatures (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider.cpp412 return (sp && (sp->placesFeatures() != QGeoServiceProvider::NoPlacesFeatures)); in supportsPlaces()
414 return (sp && (sp->placesFeatures() & f) == f); in supportsPlaces()
836 if (provider->placesFeatures() == QGeoServiceProvider::NoPlacesFeatures) in matches()
839 if ((provider->placesFeatures() & places) != places) in matches()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoserviceprovider/
H A Dtst_qgeoserviceprovider.cpp156 QCOMPARE(provider.placesFeatures(), placeFeatures); in tst_features()
187 if (provider.placesFeatures() == QGeoServiceProvider::NoPlacesFeatures) { in tst_features()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.h152 PlacesFeatures placesFeatures() const;
H A Dqgeoserviceprovider.cpp324 QGeoServiceProvider::PlacesFeatures QGeoServiceProvider::placesFeatures() const in placesFeatures() function in QGeoServiceProvider
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp94 QCOMPARE(provider->placesFeatures() & QGeoServiceProvider::OfflinePlacesFeature, in initTestCase()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp116 QCOMPARE(m_provider->placesFeatures(), QGeoServiceProvider::NoPlacesFeatures); in testMetadata()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-geoservices.qdoc70 \l QGeoServiceProvider::geocodingFeatures() and \l QGeoServiceProvider::placesFeatures().