Home
last modified time | relevance | path

Searched refs:QJsonArray (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Djsonparserhelpers.h44 class QJsonArray; variable
55 QGeoCoordinate parseCoordinate(const QJsonArray &coordinateArray);
60 QList<QPlaceCategory> parseCategories(const QJsonArray &categoryArray,
62 QList<QPlaceContactDetail> parseContactDetails(const QJsonArray &contacts);
H A Djsonparserhelpers.cpp55 QGeoCoordinate parseCoordinate(const QJsonArray &coordinateArray) in parseCoordinate()
92 QList<QPlaceCategory> parseCategories(const QJsonArray &categoryArray, in parseCategories()
105 QList<QPlaceContactDetail> parseContactDetails(const QJsonArray &contacts) in parseContactDetails()
221 QJsonArray items = object.value(QStringLiteral("items")).toArray(); in parseCollection()
H A Dqplacesearchreplyhere.cpp104 QJsonArray items = resultsObject.value(QStringLiteral("items")).toArray(); in replyFinished()
163 QJsonArray bbox = item.value(QStringLiteral("bbox")).toArray(); in parsePlaceResult()
H A Dqplacedetailsreplyimpl.cpp154 QJsonArray position = locationObject.value(QLatin1String("position")).toArray(); in replyFinished()
198 QJsonArray bbox = locationObject.value(QLatin1String("bbox")).toArray(); in replyFinished()
H A Dqplacesearchsuggestionreplyimpl.cpp92 QJsonArray suggestions = object.value(QStringLiteral("suggestions")).toArray(); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacemanagerengine_esri.cpp189 void PlaceManagerEngineEsri::parseCategories(const QJsonArray &jsonArray, const QString &parentCate… in parseCategories()
213 const QJsonArray jsonArray = jsonCategory.value(kCategoriesKey).toArray(); in parseCategories()
289 void PlaceManagerEngineEsri::parseCandidateFields(const QJsonArray &jsonArray) in parseCandidateFields()
305 void PlaceManagerEngineEsri::parseCountries(const QJsonArray &jsonArray) in parseCountries()
338 const QJsonArray jsonArray = jsonObject.value(kCategoriesKey).toArray(); in geocodeServerReplyFinished()
345 const QJsonArray jsonArray = jsonObject.value(kCandidateFieldsKey).toArray(); in geocodeServerReplyFinished()
352 const QJsonArray jsonArray = jsonObject.value(kCountriesKey).toArray(); in geocodeServerReplyFinished()
H A Dplacemanagerengine_esri.h89 void parseCategories(const QJsonArray &jsonArray, const QString &parentCategoryId);
98 void parseCandidateFields(const QJsonArray &jsonArray);
99 void parseCountries(const QJsonArray &jsonArray);
H A Dgeoroutejsonparser_esri.cpp127 QJsonArray directions = m_json.value(kDirectionsKey).toArray(); in parseDirections()
157 QJsonArray features = direction.value(kDirectionsFeaturesKey).toArray(); in parseDirection()
217 QJsonArray features = routes.value(kRoutesFeaturesKey).toArray(); in parseRoutes()
228 QJsonArray paths = geometry.value(kRoutesFeaturesGeometryPathsKey).toArray(); in parseRoute()
235 QJsonArray geoCoordinate = value.toArray(); in parseRoute()
H A Dgeocodereply_esri.cpp98 QJsonArray candidates = object.value(QStringLiteral("candidates")).toArray(); in networkReplyFinished()
H A Dplacesearchreply_esri.cpp129 QJsonArray resultsArray = suggestions.toArray(); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv4.cpp248 static QGeoRoute constructRoute(const QByteArray &geometry, const QJsonArray &instructions, in constructRoute()
261 QJsonArray instruction = instructions.at(i).toArray(); in constructRoute()
356 QJsonArray routeInstructions = object.value(QStringLiteral("route_instructions")).toArray(); in parseReply()
362 QJsonArray alternativeSummaries = in parseReply()
364 QJsonArray alternativeGeometries = in parseReply()
366 QJsonArray alternativeInstructions = in parseReply()
H A Dqgeorouteparserosrmv5.cpp854 QJsonArray position = maneuver.value(QLatin1String("location")).toArray(); in parseStep()
921 QJsonArray osrmRoutes = object.value(QLatin1String("routes")).toArray(); in parseReply()
938 QJsonArray legs = routeObject.value(QLatin1String("legs")).toArray(); in parseReply()
956 QJsonArray steps = leg.value(QLatin1String("steps")).toArray(); in parseReply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp274 QJsonArray view = rit.value().toArray(); in checkDocument()
291 QJsonArray result = voit.value().toArray(); in checkDocument()
342 QJsonArray additionalData = addr.value("AdditionalData").toArray(); in parseLocation()
368 QJsonArray view = doc.object().value("Response").toObject().value("View").toArray(); in parseDocument()
370 QJsonArray result = viewElement.toObject().value("Result").toArray(); in parseDocument()
H A Dqgeotiledmappingmanagerengine_nokia.cpp270 QJsonArray descs = it.value().toArray(); in loadCopyrightsDescriptorsFromJson()
280 QJsonArray coordBoxes = desc["boxes"].toArray(); in loadCopyrightsDescriptorsFromJson()
282 QJsonArray box = coordBoxes[boxIndex].toArray(); in loadCopyrightsDescriptorsFromJson()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h244 QJsonArray categories = o.value(QStringLiteral("categories")).toArray(); in QPlaceManagerEngineTest()
262 QJsonArray places = o.value(QStringLiteral("places")).toArray(); in QPlaceManagerEngineTest()
280 QJsonArray ca = p.value(QStringLiteral("categories")).toArray(); in QPlaceManagerEngineTest()
301 QJsonArray ra = p.value(QStringLiteral("recommendations")).toArray(); in QPlaceManagerEngineTest()
306 QJsonArray revArray = p.value(QStringLiteral("reviews")).toArray(); in QPlaceManagerEngineTest()
333 QJsonArray imgArray = p.value(QStringLiteral("images")).toArray(); in QPlaceManagerEngineTest()
352 QJsonArray edArray = p.value(QStringLiteral("editorials")).toArray(); in QPlaceManagerEngineTest()
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/
H A Dplughandler.cpp45 QJsonArray arry = object.value("Keys").toArray(); in getShowPlugins()
75 QJsonArray arry = object.value("Keys").toArray(); in loadPlugins()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp129 QJsonArray bbox = response.value(QStringLiteral("bbox")).toArray(); in parseGeoLocation()
136 QJsonArray center = response.value(QStringLiteral("center")).toArray(); in parseGeoLocation()
H A Dqgeoroutingmanagerenginemapbox.cpp104 static QVariantList parseMapboxVoiceInstructions(const QJsonArray &voiceInstructions) in parseMapboxVoiceInstructions()
133 static QVariantList parseMapboxBannerComponents(const QJsonArray &bannerComponents) in parseMapboxBannerComponents()
187 static QVariantList parseMapboxBannerInstructions(const QJsonArray &bannerInstructions) in parseMapboxBannerInstructions()
H A Dqgeocodereplymapbox.cpp88 const QJsonArray features = document.object().value(QStringLiteral("features")).toArray(); in onNetworkReplyFinished()
H A Dqplacesearchsuggestionreplymapbox.cpp97 const QJsonArray features = document.object().value(QStringLiteral("features")).toArray(); in onReplyFinished()
H A Dqplacesearchreplymapbox.cpp178 const QJsonArray features = document.object().value(QStringLiteral("features")).toArray(); in onReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeojson.cpp758 QJsonArray array = {geoLong, geoLat}; in exportPosition()
772 QJsonArray arrayPosition; in exportArrayOfPositions()
785 QJsonArray arrayPath; in exportArrayOfArrayOfPositions()
863 QJsonArray parsedArrayPolygon; in exportMultiPolygon()
892 QJsonArray parsedGeometries; in exportGeometryCollection()
941 QJsonArray featureArray; in exportFeatureCollection()
1121 QJsonArray bboxArray; in exportGeoJson()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp156 QJsonArray results = document.array(); in networkReplyFinished()
172 QJsonArray a = object.value(QStringLiteral("boundingbox")).toArray(); in networkReplyFinished()
H A Dqplacesearchreplyosm.cpp85 static QGeoRectangle parseBoundingBox(const QJsonArray &coordinates) in parseBoundingBox()
112 QJsonArray resultsArray = document.array(); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp400 QJsonArray weatherArray = val.toArray(); in handleWeatherNetworkData()
447 QJsonArray ja = jv.toArray(); in handleForecastNetworkData()
473 QJsonArray weatherArray = subtree.value(QStringLiteral("weather")).toArray(); in handleForecastNetworkData()

12