Home
last modified time | relevance | path

Searched refs:setCategoryId (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacecategory/
H A Dtst_qplacecategory.cpp62 testObj.setCategoryId("testId"); in constructorTest()
73 testObj.setCategoryId("testText"); in categoryIdTest()
103 testObj2.setCategoryId("a3rfg"); in operatorsTest()
124 category.setCategoryId(QStringLiteral("id")); in isEmptyTest()
126 category.setCategoryId(QString()); in isEmptyTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativecategory.cpp195 void QDeclarativeCategory::setCategoryId(const QString &id) in setCategoryId() function in QDeclarativeCategory
198 m_category.setCategoryId(id); in setCategoryId()
389 setCategoryId(idReply->id()); in replyFinished()
392 setCategoryId(QString()); in replyFinished()
H A Dqdeclarativecategory_p.h75 Q_PROPERTY(QString categoryId READ categoryId WRITE setCategoryId NOTIFY categoryIdChanged)
107 void setCategoryId(const QString &catID);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp104 m_category.setCategoryId(QStringLiteral("test-category-id")); in tst_qmlinterface()
130 category.setCategoryId(QStringLiteral("test-category-id-1")); in tst_qmlinterface()
133 category.setCategoryId(QStringLiteral("test-category-id-2")); in tst_qmlinterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp194 eatDrinkCat.setCategoryId(QStringLiteral("eat-drink")); in search_data()
205 accommodationCat.setCategoryId(QStringLiteral("accommodation")); in search_data()
217 nonExistentCat.setCategoryId(QStringLiteral("klingon cuisine")); in search_data()
330 eatDrinkCat.setCategoryId(QStringLiteral("eat-drink")); in recommendations_data()
541 eatDrinkCat.setCategoryId(QStringLiteral("eat-drink")); in suggestionsMisc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecategory.h68 void setCategoryId(const QString &identifier);
H A Dqplacecategory.cpp161 void QPlaceCategory::setCategoryId(const QString &identifier) in setCategoryId() function in QPlaceCategory
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacemanagerengineosm.cpp289 category.setCategoryId(tagKey); in categoryReplyFinished()
297 category.setCategoryId(tagKey + QLatin1Char('=') + tagValue); in categoryReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp173 node.category.setCategoryId(id); in processCategory()
610 node.category.setCategoryId(subCategoryId); in initializeCategories()
621 node.category.setCategoryId(id); in initializeCategories()
797 node.category.setCategoryId(categoryId); in categoryReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchreplymapbox.cpp110 category.setCategoryId(categoryId); in parsePlaceResult()
H A Dqplacemanagerenginemapbox.cpp248 category.setCategoryId(categoryId); in initializeCategories()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Djsonparserhelpers.cpp85 category.setCategoryId(hrefPath.mid(hrefPath.lastIndexOf(QLatin1Char('/')) + 1)); in parseCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/
H A Dtst_qplacesearchrequest.cpp86 cat.setCategoryId("45346"); in categoriesTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h252 category.setCategoryId(c.value(QStringLiteral("id")).toString()); in QPlaceManagerEngineTest()
587 c.setCategoryId(QUuid::createUuid().toString()); in saveCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacemanagerengine_esri.cpp204 category.setCategoryId(key); in parseCategories()