Home
last modified time | relevance | path

Searched refs:extendedAttributeTypes (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp508 QVERIFY(place.extendedAttributeTypes().isEmpty()); in extendedAttributeTest()
516 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("smoking"))); in extendedAttributeTest()
517 QCOMPARE(place.extendedAttributeTypes().count(), 1); in extendedAttributeTest()
528 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("shelter"))); in extendedAttributeTest()
529 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("smoking"))); in extendedAttributeTest()
530 QCOMPARE(place.extendedAttributeTypes().count(), 2); in extendedAttributeTest()
538 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("shelter"))); in extendedAttributeTest()
539 QVERIFY(place.extendedAttributeTypes().contains(QStringLiteral("smoking"))); in extendedAttributeTest()
540 QCOMPARE(place.extendedAttributeTypes().count(), 2); in extendedAttributeTest()
544 foreach (const QString &attributeType, place.extendedAttributeTypes()) in extendedAttributeTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplace.h106 QStringList extendedAttributeTypes() const;
H A Dqplace.cpp466 QStringList QPlace::extendedAttributeTypes() const in extendedAttributeTypes() function in QPlace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h489 if (place.extendedAttributeTypes().contains(QPlaceAttribute::OpeningHours)) in openingHours()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplace.cpp1085 QStringList attributeTypes = m_src.extendedAttributeTypes(); in pullExtendedAttributes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp410 QVERIFY(!place.extendedAttributeTypes().isEmpty()); in details()