Home
last modified time | relevance | path

Searched refs:isHTTPS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp48 static void setSSL(QGeoMapType &mapType, bool isHTTPS) in setSSL() argument
51 metadata["isHTTPS"] = isHTTPS; in setSSL()
75 setSSL(m_mapType, m_provider->isHTTPS()); in QGeoTileProviderOsm()
257 setSSL(m_mapType, m_provider->isHTTPS()); in updateCameraCapabilities()
625 bool TileProvider::isHTTPS() const in isHTTPS() function in TileProvider
H A Dqgeotileproviderosm.h96 inline bool isHTTPS() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml434 visible: !supportsSsl && map && map.activeMapType && activeMapType.metadata.isHTTPS