Home
last modified time | relevance | path

Searched refs:UnsupportedError (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp140 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testGetPlaceDetails()
147 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testGetPlaceContent()
154 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testSearch()
161 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testSearchSuggestions()
168 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testSavePlace()
175 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testRemovePlace()
182 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testSaveCategory()
189 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testRemoveCategory()
196 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testCategories()
218 if (!checkSignals(reply, QPlaceReply::UnsupportedError)) in testMatchUnsupported()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dunsupportedreplies_p.h69 setError(QPlaceReply::UnsupportedError, in QPlaceDetailsReplyUnsupported()
93 setError(QPlaceReply::UnsupportedError, in QPlaceContentReplyUnsupported()
141 setError(QPlaceReply::UnsupportedError, in QPlaceSearchSuggestionReplyUnsupported()
166 setError(QPlaceReply::UnsupportedError, message); in QPlaceIdReplyUnsupported()
189 setError(QPlaceReply::UnsupportedError, message); in QPlaceReplyUnsupported()
212 setError(QPlaceReply::UnsupportedError, in QPlaceMatchReplyUnsupported()
H A Dqplacereply.h58 UnsupportedError, enumerator
H A Dqplacemanagerengine.cpp165 return new QPlaceSearchReplyUnsupported(QPlaceReply::UnsupportedError, in search()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_nokia/
H A Dtst_qplacemanager_nokia.cpp94 QVERIFY(checkSignals(savePlaceReply, QPlaceReply::UnsupportedError)); in unsupportedFunctions()
99 QVERIFY(checkSignals(removePlaceReply, QPlaceReply::UnsupportedError)); in unsupportedFunctions()
106 QVERIFY(checkSignals(saveCategoryReply, QPlaceReply::UnsupportedError)); in unsupportedFunctions()
111 QVERIFY(checkSignals(removeCategoryReply, QPlaceReply::UnsupportedError)); in unsupportedFunctions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp329 Q_ARG(QPlaceReply::Error, QPlaceReply::UnsupportedError), in getPlaceContent()
536 Q_ARG(QPlaceReply::Error, QPlaceReply::UnsupportedError), in savePlace()
549 Q_ARG(QPlaceReply::Error, QPlaceReply::UnsupportedError), in removePlace()
564 Q_ARG(QPlaceReply::Error, QPlaceReply::UnsupportedError), in saveCategory()
577 Q_ARG(QPlaceReply::Error, QPlaceReply::UnsupportedError), in removeCategory()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp670 QVERIFY(doSavePlace(place, QPlaceReply::UnsupportedError)); in unsupportedFunctions()
671 QVERIFY(doRemovePlace(place, QPlaceReply::UnsupportedError)); in unsupportedFunctions()
675 QVERIFY(doSaveCategory(category, QPlaceReply::UnsupportedError)); in unsupportedFunctions()
676 QVERIFY(doRemoveCategory(category, QPlaceReply::UnsupportedError)); in unsupportedFunctions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager/
H A Dtst_qplacemanager.cpp130 QVERIFY(checkSignals(reply, QPlaceReply::UnsupportedError)); in testMatchUnsupported()