Home
last modified time | relevance | path

Searched refs:handleGeoNetworkData (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.h161 void handleGeoNetworkData(QNetworkReply *networkReply);
H A Dappmodel.cpp293 this, [this, rep]() { handleGeoNetworkData(rep); }); in queryCity()
323 void AppModel::handleGeoNetworkData(QNetworkReply *networkReply) in handleGeoNetworkData() function in AppModel