Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacereview.cpp54 reviewId = other.reviewId; in QPlaceReviewPrivate()
70 reviewId == od->reviewId && in compare()
196 QString QPlaceReview::reviewId() const in reviewId() function in QPlaceReview
199 return d->reviewId; in reviewId()
208 d->reviewId = identifier; in setReviewId()
H A Dqplacereview_p.h74 QString reviewId; variable
H A Dqplacereview.h67 QString reviewId() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_reviewmodel.qml100 "reviewId": "0001"
108 "reviewId": "0002"
116 "reviewId": "0003"
124 "reviewId": ""
132 "reviewId": "0005"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereview/
H A Dtst_qplacereview.cpp181 QVERIFY2(testObj.reviewId() == QString(), "Wrong default value"); in reviewIdTest()
183 QVERIFY2(testObj.reviewId() == "testText", "Wrong value returned"); in reviewIdTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativereviewmodel.cpp163 return review.reviewId(); in data()