Home
last modified time | relevance | path

Searched refs:updateQuery (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp307 mapbox::sqlite::Query updateQuery{ getStatement( in putResource() local
320 updateQuery.bind(1, int(resource.kind)); in putResource()
321 updateQuery.bind(2, response.etag); in putResource()
322 updateQuery.bind(3, response.expires); in putResource()
323 updateQuery.bind(4, response.mustRevalidate); in putResource()
324 updateQuery.bind(5, response.modified); in putResource()
325 updateQuery.bind(6, util::now()); in putResource()
326 updateQuery.bind(9, resource.url); in putResource()
329 updateQuery.bind(7, nullptr); in putResource()
330 updateQuery.bind(8, false); in putResource()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5_p.h69 virtual void updateQuery(QUrlQuery &query) const = 0;
H A Dqgeorouteparserosrmv5.cpp1057 m_extension->updateQuery(query); in requestUrl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutingmanagerenginemapbox.cpp60 void updateQuery(QUrlQuery &query) const override;
73 void QGeoRouteParserOsrmV5ExtensionMapbox::updateQuery(QUrlQuery &query) const in updateQuery() function in QGeoRouteParserOsrmV5ExtensionMapbox