| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/ |
| H A D | tst_qplacemanager_unsupported.cpp | 139 QPlaceDetailsReply *reply = m_manager->getPlaceDetails(QString()); in testGetPlaceDetails() local 146 QPlaceContentReply *reply = m_manager->getPlaceContent(QPlaceContentRequest()); in testGetPlaceContent() local 153 QPlaceSearchReply *reply = m_manager->search(QPlaceSearchRequest()); in testSearch() local 160 QPlaceSearchSuggestionReply *reply = m_manager->searchSuggestions(QPlaceSearchRequest()); in testSearchSuggestions() local 167 QPlaceIdReply *reply = m_manager->savePlace(QPlace()); in testSavePlace() local 174 QPlaceIdReply *reply = m_manager->removePlace(QString()); in testRemovePlace() local 181 QPlaceIdReply *reply = m_manager->saveCategory(QPlaceCategory()); in testSaveCategory() local 188 QPlaceIdReply *reply = m_manager->removeCategory(QString()); in testRemoveCategory() local 195 QPlaceReply *reply = m_manager->initializeCategories(); in testCategories() local 217 QPlaceMatchReply *reply = m_manager->matchingPlaces(QPlaceMatchRequest()); in testMatchUnsupported() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.cpp | 253 QPlaceDetailsReplyImpl *reply = new QPlaceDetailsReplyImpl(networkReply, this); in getPlaceDetails() local 322 QPlaceContentReply *reply = new QPlaceContentReplyImpl(request, networkReply, this); in getPlaceContent() local 366 QPlaceSearchReplyHere *reply = new QPlaceSearchReplyHere(query, 0, this); in search() local 382 QPlaceSearchReplyHere *reply = new QPlaceSearchReplyHere(query, 0, this); in search() local 428 QPlaceSearchReplyHere *reply = new QPlaceSearchReplyHere(query, networkReply, this); in search() local 472 QPlaceSearchReplyHere *reply = new QPlaceSearchReplyHere(query, networkReply, this); in search() local 491 QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(0, this); in searchSuggestions() local 509 QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(0, this); in searchSuggestions() local 523 … QPlaceSearchSuggestionReplyImpl *reply = new QPlaceSearchSuggestionReplyImpl(networkReply, this); in searchSuggestions() local 533 QPlaceIdReplyImpl *reply = new QPlaceIdReplyImpl(QPlaceIdReply::SavePlace, this); in savePlace() local [all …]
|
| H A D | qgeomapreply_nokia.cpp | 44 QGeoMapReplyNokia::QGeoMapReplyNokia(QNetworkReply *reply, const QGeoTileSpec &spec, QObject *paren… in QGeoMapReplyNokia() 70 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkFinished() local 83 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkError() local
|
| H A D | qgeoroutingmanagerengine_nokia.cpp | 115 …QGeoRouteReply *reply = new QGeoRouteReply(QGeoRouteReply::UnsupportedOptionError, "The given rout… in calculateRoute() local 124 QGeoRouteReplyNokia *reply = new QGeoRouteReplyNokia(request, replies, this); in calculateRoute() local 144 …QGeoRouteReply *reply = new QGeoRouteReply(QGeoRouteReply::UnsupportedOptionError, "The given rout… in updateRoute() local 155 QGeoRouteReplyNokia *reply = new QGeoRouteReplyNokia(updateRequest, replies, this); in updateRoute() local 466 QGeoRouteReply *reply = qobject_cast<QGeoRouteReply *>(sender()); in routeFinished() local 481 QGeoRouteReply *reply = qobject_cast<QGeoRouteReply *>(sender()); in routeError() local
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | probe.c | 32 struct sof_ipc_reply reply; in sof_ipc_probe_init() local 63 struct sof_ipc_reply reply; in sof_ipc_probe_deinit() local 77 struct sof_ipc_probe_info_params *reply; in sof_ipc_probe_info() local 153 struct sof_ipc_reply reply; in sof_ipc_probe_dma_add() local 187 struct sof_ipc_reply reply; in sof_ipc_probe_dma_remove() local 241 struct sof_ipc_reply reply; in sof_ipc_probe_points_add() local 273 struct sof_ipc_reply reply; in sof_ipc_probe_points_remove() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacereply/ |
| H A D | tst_qplacereply.cpp | 67 TestReply *reply = new TestReply(this); in constructorTest() local 74 TestReply *reply = new TestReply(this); in typeTest() local 82 TestReply *reply = new TestReply(this); in finishedTest() local 92 TestReply *reply = new TestReply(this); in errorTest() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchreply/ |
| H A D | tst_qplacesearchreply.cpp | 76 TestSearchReply *reply = new TestSearchReply(this); in constructorTest() local 83 TestSearchReply *reply = new TestSearchReply(this); in typeTest() local 90 TestSearchReply *reply = new TestSearchReply(this); in requestTest() local 109 TestSearchReply *reply = new TestSearchReply(this); in resultsTest() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeomapreplymapbox.cpp | 41 QGeoMapReplyMapbox::QGeoMapReplyMapbox(QNetworkReply *reply, const QGeoTileSpec &spec, const QStrin… in QGeoMapReplyMapbox() 61 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyFinished() local 74 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyError() local
|
| H A D | qplacemanagerenginemapbox.cpp | 143 QPlaceReply *reply; in doSearch() local 229 QPlaceReply *reply; in doSearch() local 254 QPlaceCategoriesReplyMapbox *reply = new QPlaceCategoriesReplyMapbox(this); in initializeCategories() local 308 QPlaceReply *reply = qobject_cast<QPlaceReply *>(sender()); in onReplyFinished() local 315 QPlaceReply *reply = qobject_cast<QPlaceReply *>(sender()); in onReplyError() local
|
| H A D | qgeocodereplymapbox.cpp | 53 QGeoCodeReplyMapbox::QGeoCodeReplyMapbox(QNetworkReply *reply, QObject *parent) in QGeoCodeReplyMapbox() 75 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in onNetworkReplyFinished() local 100 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in onNetworkReplyError() local
|
| H A D | qplacesearchsuggestionreplymapbox.cpp | 54 QPlaceSearchSuggestionReplyMapbox::QPlaceSearchSuggestionReplyMapbox(QNetworkReply *reply, QPlaceMa… in QPlaceSearchSuggestionReplyMapbox() 85 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in onReplyFinished() local 114 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in onNetworkError() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeomapreplyosm.cpp | 44 QGeoMapReplyOsm::QGeoMapReplyOsm(QNetworkReply *reply, in QGeoMapReplyOsm() 68 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyFinished() local 82 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyError() local
|
| H A D | qgeoroutereplyosm.cpp | 45 QGeoRouteReplyOsm::QGeoRouteReplyOsm(QNetworkReply *reply, const QGeoRouteRequest &request, in QGeoRouteReplyOsm() 66 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyFinished() local 98 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyError() local
|
| H A D | qgeocodingmanagerengineosm.cpp | 132 QNetworkReply *reply = m_networkManager->get(request); in geocode() local 168 QNetworkReply *reply = m_networkManager->get(request); in reverseGeocode() local 186 QGeoCodeReply *reply = qobject_cast<QGeoCodeReply *>(sender()); in replyFinished() local 193 QGeoCodeReply *reply = qobject_cast<QGeoCodeReply *>(sender()); in replyError() local
|
| H A D | qplacemanagerengineosm.cpp | 188 QPlaceSearchReplyOsm *reply = new QPlaceSearchReplyOsm(request, networkReply, this); in search() local 208 QPlaceCategoriesReplyOsm *reply = new QPlaceCategoriesReplyOsm(this); in initializeCategories() local 259 QNetworkReply *reply = qobject_cast<QNetworkReply *>(sender()); in categoryReplyFinished() local 331 QPlaceReply *reply = qobject_cast<QPlaceReply *>(sender()); in replyFinished() local 338 QPlaceReply *reply = qobject_cast<QPlaceReply *>(sender()); in replyError() local
|
| H A D | qgeoroutingmanagerengineosm.cpp | 93 QNetworkReply *reply = m_networkManager->get(networkRequest); in calculateRoute() local 111 QGeoRouteReply *reply = qobject_cast<QGeoRouteReply *>(sender()); in replyFinished() local 119 QGeoRouteReply *reply = qobject_cast<QGeoRouteReply *>(sender()); in replyError() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | georoutereply_esri.cpp | 49 GeoRouteReplyEsri::GeoRouteReplyEsri(QNetworkReply *reply, const QGeoRouteRequest &request, in GeoRouteReplyEsri() 70 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyFinished() local 91 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyError() local
|
| H A D | geotiledmapreply_esri.cpp | 50 GeoTiledMapReplyEsri::GeoTiledMapReplyEsri(QNetworkReply *reply, const QGeoTileSpec &spec, in GeoTiledMapReplyEsri() 71 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyFinished() local 97 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in networkReplyError() local
|
| H A D | geocodingmanagerengine_esri.cpp | 130 QNetworkReply *reply = m_networkManager->get(request); in geocode() local 160 QNetworkReply *reply = m_networkManager->get(request); in reverseGeocode() local 173 QGeoCodeReply *reply = qobject_cast<QGeoCodeReply *>(sender()); in replyFinished() local 181 QGeoCodeReply *reply = qobject_cast<QGeoCodeReply *>(sender()); in replyError() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchsuggestionreply/ |
| H A D | tst_qplacesearchsuggestionreply.cpp | 66 SuggestionReply *reply = new SuggestionReply(this); in constructorTest() local 74 SuggestionReply *reply = new SuggestionReply(this); in typeTest() local 86 SuggestionReply *reply = new SuggestionReply(this); in suggestionsTest() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotilefetcher.cpp | 96 QGeoTiledMapReply *reply = d->invmap_.value(*tile, 0); in cancelTileRequests() local 130 QGeoTiledMapReply *reply = getTileImage(ts); in requestNextTile() local 153 QGeoTiledMapReply *reply = qobject_cast<QGeoTiledMapReply *>(sender()); in finished() local 197 void QGeoTileFetcher::handleReply(QGeoTiledMapReply *reply, const QGeoTileSpec &spec) in handleReply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 379 DetailsReply *reply = new DetailsReply(this); in getPlaceDetails() local 395 ContentReply *reply = new ContentReply(this); in getPlaceContent() local 502 PlaceSearchReply *reply = new PlaceSearchReply(results, this); in search() local 518 SuggestionReply *reply = new SuggestionReply(suggestions, this); in searchSuggestions() local 527 IdReply *reply = new IdReply(QPlaceIdReply::SavePlace, this); in savePlace() local 550 IdReply *reply = new IdReply(QPlaceIdReply::RemovePlace, this); in removePlace() local 567 IdReply *reply = new IdReply(QPlaceIdReply::SaveCategory, this); in saveCategory() local 605 IdReply *reply = new IdReply(QPlaceIdReply::RemoveCategory, this); in removeCategory() local 625 QPlaceReply *reply = new PlaceReply(this); in initializeCategories() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacedetailsreply/ |
| H A D | tst_qplacedetailsreply.cpp | 64 TestDetailsReply *reply = new TestDetailsReply(this); in constructorTest() local 71 TestDetailsReply *reply = new TestDetailsReply(this); in typeTest() local 78 TestDetailsReply *reply = new TestDetailsReply(this); in placeTest() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | qgeopositioninfosource_geoclue2.cpp | 238 const QDBusPendingReply<QDBusObjectPath> reply = m_manager.GetClient(); in createClient() local 244 const QDBusPendingReply<QDBusObjectPath> reply = *scopedWatcher; in createClient() local 288 const QDBusPendingReply<> reply = m_client->Start(); in startClient() local 294 const QDBusPendingReply<> reply = *scopedWatcher; in startClient() local 320 const QDBusPendingReply<> reply = m_client->Stop(); in stopClient() local 326 const QDBusPendingReply<> reply = *scopedWatcher; in stopClient() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacesearchsuggestionreplyimpl.cpp | 47 QPlaceSearchSuggestionReplyImpl::QPlaceSearchSuggestionReplyImpl(QNetworkReply *reply, in QPlaceSearchSuggestionReplyImpl() 77 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in replyFinished() local 109 QNetworkReply *reply = static_cast<QNetworkReply *>(sender()); in replyError() local
|