Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp28 void setAPIBaseURL(const std::string& url) { in setAPIBaseURL() function in mbgl::DefaultFileSource::Impl
29 onlineFileSource.setAPIBaseURL(url); in setAPIBaseURL()
217 void DefaultFileSource::setAPIBaseURL(const std::string& baseURL) { in setAPIBaseURL() function in mbgl::DefaultFileSource
218 impl->actor().invoke(&Impl::setAPIBaseURL, baseURL); in setAPIBaseURL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Donline_file_source.hpp17 void setAPIBaseURL(const std::string& t) { apiBaseURL = t; } in setAPIBaseURL() function in mbgl::OnlineFileSource
H A Ddefault_file_source.hpp41 void setAPIBaseURL(const std::string&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1794 m_fileSourceObj->setAPIBaseURL(settings.apiBaseUrl().toStdString()); in QMapboxGLPrivate()