Home
last modified time | relevance | path

Searched refs:SuggestionReply (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchsuggestionreply/
H A Dtst_qplacesearchsuggestionreply.cpp36 class SuggestionReply : public QPlaceSearchSuggestionReply class
40 SuggestionReply(QObject *parent) : QPlaceSearchSuggestionReply(parent){} in SuggestionReply() function in SuggestionReply
66 SuggestionReply *reply = new SuggestionReply(this); in constructorTest()
74 SuggestionReply *reply = new SuggestionReply(this); in typeTest()
86 SuggestionReply *reply = new SuggestionReply(this); in suggestionsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h204 class SuggestionReply : public QPlaceSearchSuggestionReply
209 SuggestionReply(const QStringList &suggestions, QObject *parent = 0)
518 SuggestionReply *reply = new SuggestionReply(suggestions, this); in searchSuggestions()