Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutingmanagerengine.cpp257 d_ptr->supportedFeatureWeights = featureWeights; in setSupportedFeatureWeights()
258 d_ptr->supportedFeatureWeights |= QGeoRouteRequest::NeutralFeatureWeight; in setSupportedFeatureWeights()
265 QGeoRouteRequest::FeatureWeights QGeoRoutingManagerEngine::supportedFeatureWeights() const in supportedFeatureWeights() function in QGeoRoutingManagerEngine
267 return d_ptr->supportedFeatureWeights; in supportedFeatureWeights()
H A Dqgeoroutingmanager.cpp291 QGeoRouteRequest::FeatureWeights QGeoRoutingManager::supportedFeatureWeights() const in supportedFeatureWeights() function in QGeoRoutingManager
293 return d_ptr->engine->supportedFeatureWeights(); in supportedFeatureWeights()
H A Dqgeoroutingmanagerengine_p.h69 QGeoRouteRequest::FeatureWeights supportedFeatureWeights; variable
H A Dqgeoroutingmanager.h65 QGeoRouteRequest::FeatureWeights supportedFeatureWeights() const;
H A Dqgeoroutingmanagerengine.h65 QGeoRouteRequest::FeatureWeights supportedFeatureWeights() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp93 QCOMPARE(qgeoroutingmanager->supportedFeatureWeights(),QGeoRouteRequest::PreferFeatureWeight); in supports()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp185 if ((featureWeightFlag & supportedFeatureWeights()) != featureWeightFlag) in checkEngineSupport()