Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp63 m_appId = parameters.value(QStringLiteral("here.app_id")).toString(); in QGeoRoutingManagerEngineNokia()
229 if (!m_appId.isEmpty() && !m_token.isEmpty()) { in calculateRouteRequestString()
231 baseRequest += m_appId; in calculateRouteRequestString()
H A Dqgeoroutingmanagerengine_nokia.h80 QString m_appId; variable
H A Dqplacemanagerengine_nokiav2.h125 QString m_appId; variable
H A Dqplacemanagerengine_nokiav2.cpp211 m_appId = parameters.value(QStringLiteral("here.app_id")).toString(); in QPlaceManagerEngineNokiaV2()
834 queryItems.addQueryItem(QStringLiteral("app_id"), m_appId); in sendRequest()