Home
last modified time | relevance | path

Searched refs:totalContentCount (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp375 if (m_reviewModel && m_src.totalContentCount(QPlaceContent::ReviewType) >= 0) { in setPlace()
376 m_reviewModel->initializeCollection(m_src.totalContentCount(QPlaceContent::ReviewType), in setPlace()
379 if (m_imageModel && m_src.totalContentCount(QPlaceContent::ImageType) >= 0) { in setPlace()
380 m_imageModel->initializeCollection(m_src.totalContentCount(QPlaceContent::ImageType), in setPlace()
383 if (m_editorialModel && m_src.totalContentCount(QPlaceContent::EditorialType) >= 0) { in setPlace()
384 … m_editorialModel->initializeCollection(m_src.totalContentCount(QPlaceContent::EditorialType), in setPlace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.h90 int totalContentCount(QPlaceContent::Type type) const;
H A Dqplace.cpp312 int QPlace::totalContentCount(QPlaceContent::Type type) const in totalContentCount() function in QPlace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp115 QVERIFY2(testObj.totalContentCount(contentType) == 0, "Wrong default value"); in totalContentCountTest()
117 QVERIFY2(testObj.totalContentCount(contentType) == 50, "Wrong value returned"); in totalContentCountTest()
120 QVERIFY2(testObj.totalContentCount(contentType) == 0, "Wrong value returned"); in totalContentCountTest()