Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp158 int nErrors; member in AppModelPrivate
170 nErrors(0), in AppModelPrivate()
275 d->minMsBeforeNewRequest = (d->nErrors + 1) * d->baseMsBeforeNewRequest; in queryCity()
316 if (d->nErrors < 10) in hadError()
317 ++d->nErrors; in hadError()
318 d->minMsBeforeNewRequest = (d->nErrors + 1) * d->baseMsBeforeNewRequest; in hadError()
331 d->nErrors = 0; in handleGeoNetworkData()