Home
last modified time | relevance | path

Searched refs:recommendationId (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacesearchrequest.cpp62 recommendationId(other.recommendationId), in QPlaceSearchRequestPrivate()
82 recommendationId = other.recommendationId; in operator =()
99 recommendationId == other.recommendationId && in operator ==()
114 recommendationId.clear(); in clear()
310 QString QPlaceSearchRequest::recommendationId() const in recommendationId() function in QPlaceSearchRequest
313 return d->recommendationId; in recommendationId()
322 d->recommendationId = placeId; in setRecommendationId()
H A Dqplacesearchrequest.h80 QString recommendationId() const;
81 void setRecommendationId(const QString &recommendationId);
H A Dqplacesearchrequest_p.h80 QString recommendationId; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacemanagerenginemapbox.cpp127 const QString recommendationId = request.recommendationId(); in doSearch() local
137 … invalidRequest |= searchTerm.isEmpty() && placeCategories.isEmpty() && recommendationId.isEmpty(); in doSearch()
140 …invalidRequest |= searchTerm.isEmpty() && !placeCategories.isEmpty() && !recommendationId.isEmpty(… in doSearch()
163 } else if (!recommendationId.isEmpty()) { in doSearch()
164 queryString = recommendationId; in doSearch()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel_p.h67 …Q_PROPERTY(QString recommendationId READ recommendationId WRITE setRecommendationId NOTIFY recomme…
105 QString recommendationId() const;
106 void setRecommendationId(const QString &recommendationId);
H A Dqdeclarativesearchresultmodel.cpp453 QString QDeclarativeSearchResultModel::recommendationId() const in recommendationId() function in QDeclarativeSearchResultModel
455 return m_request.recommendationId(); in recommendationId()
460 if (m_request.recommendationId() == placeId) in setRecommendationId()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_placesearchmodel.qml94 …{ tag: "recommendationId", property: "recommendationId", signal: "recommendationIdChanged", value:…
151 property: "recommendationId",
161 property: "recommendationId",
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp361 unsupported |= !query.recommendationId().isEmpty() in search()
380 if (query.recommendationId().isEmpty() && !query.searchContext().isValid()) { in search()
434 } else if (!query.recommendationId().isEmpty()) { in search()
436 QStringLiteral("/places/v1/places/") + query.recommendationId() + in search()
488 unsupported |= !query.recommendationId().isEmpty(); in searchSuggestions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml393 recommendationId = "";
402 recommendationId = "";
411 recommendationId = placeId;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/doc/src/
H A Dplaces.qdoc144 …ceSearchModel::searchTerm}{searchTerm} or \l {PlaceSearchModel::recommendationId}{recommendationId}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.cpp232 .arg(request().recommendationId())); in replyError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h491 } else if (!query.recommendationId().isEmpty()) { in search()
492 QStringList recommendations = m_placeRecommendations.value(query.recommendationId()); in search()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp302 QFETCH(QString, recommendationId); in recommendations()
309 searchRequest.setRecommendationId(recommendationId); in recommendations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1618 Property { name: "recommendationId"; type: "string" }