Home
last modified time | relevance | path

Searched refs:setAccessToken (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp36 void setAccessToken(const std::string& accessToken) { in setAccessToken() function in mbgl::DefaultFileSource::Impl
37 onlineFileSource.setAccessToken(accessToken); in setAccessToken()
231 void DefaultFileSource::setAccessToken(const std::string& accessToken) { in setAccessToken() function in mbgl::DefaultFileSource
232 impl->actor().invoke(&Impl::setAccessToken, accessToken); in setAccessToken()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeotilefetchermapbox.h58 void setAccessToken(const QString &accessToken);
H A Dqgeotilefetchermapbox.cpp80 void QGeoTileFetcherMapbox::setAccessToken(const QString &accessToken) in setAccessToken() function in QGeoTileFetcherMapbox
H A Dqgeotiledmappingmanagerenginemapbox.cpp151 tileFetcher->setAccessToken(token); in QGeoTiledMappingManagerEngineMapbox()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Donline_file_source.hpp20 void setAccessToken(const std::string& t) { accessToken = t; } in setAccessToken() function in mbgl::OnlineFileSource
H A Ddefault_file_source.hpp44 void setAccessToken(const std::string&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomappingmanagerenginemapboxgl.cpp140 … m_settings.setAccessToken(parameters.value(QStringLiteral("mapboxgl.access_token")).toString()); in QGeoMappingManagerEngineMapboxGL()
H A Dqgeomapmapboxgl.cpp405 d->m_settings.setAccessToken(developmentToken); in setMapboxGLSettings()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp67 void setAccessToken(const QString &);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp429 void QMapboxGLSettings::setAccessToken(const QString &token) in setAccessToken() function in QMapboxGLSettings
1793 m_fileSourceObj->setAccessToken(settings.accessToken().toStdString()); in QMapboxGLPrivate()