Home
last modified time | relevance | path

Searched refs:EditorialType (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp127 QTest::newRow("Editoral content") << QPlaceContent::EditorialType; in totalContentCountTest_data()
264 QVERIFY2(place.content(QPlaceContent::EditorialType).count() == 0, "Wrong default value"); in editorialContentTest()
280 place.setContent(QPlaceContent::EditorialType, editorialCollection); in editorialContentTest()
281 QPlaceContent::Collection retrievedCollection = place.content(QPlaceContent::EditorialType); in editorialContentTest()
299 place.insertContent(QPlaceContent::EditorialType, editorialCollection); in editorialContentTest()
301 retrievedCollection = place.content(QPlaceContent::EditorialType); in editorialContentTest()
640 place.insertContent(QPlaceContent::EditorialType, contentCollection); in isEmptyTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacedetailsreplyimpl.cpp294 parseCollection(QPlaceContent::EditorialType, in replyFinished()
298 place.setTotalContentCount(QPlaceContent::EditorialType, totalCount); in replyFinished()
299 place.setContent(QPlaceContent::EditorialType, collection); in replyFinished()
H A Djsonparserhelpers.cpp232 case QPlaceContent::EditorialType: in parseCollection()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceeditorial_p.h68 Q_DEFINE_CONTENT_PRIVATE_HELPER(QPlaceEditorial, QPlaceContent::EditorialType)
H A Dqplacecontent.h67 EditorialType, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceeditorialmodel.cpp127 : QDeclarativePlaceContentModel(QPlaceContent::EditorialType, parent) in QDeclarativePlaceEditorialModel()
H A Dqdeclarativeplace.cpp383 if (m_editorialModel && m_src.totalContentCount(QPlaceContent::EditorialType) >= 0) { in setPlace()
384 … m_editorialModel->initializeCollection(m_src.totalContentCount(QPlaceContent::EditorialType), in setPlace()
385 m_src.content(QPlaceContent::EditorialType)); in setPlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceeditorial/
H A Dtst_qplaceeditorial.cpp90 return content.type() == QPlaceContent::EditorialType; in checkType()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h410 case QPlaceContent::EditorialType: in getPlaceContent()
430 case QPlaceContent::EditorialType: in getPlaceContent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp628 } case (QPlaceContent::EditorialType): { in content()
662 QTest::newRow("editorials") << QPlaceContent::EditorialType; in content_data()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp304 case QPlaceContent::EditorialType: in getPlaceContent()