Searched refs:m_oneShots (Results 1 – 2 of 2) sorted by relevance
291 m_oneShots.add(notifier); in getCurrentPosition()340 m_oneShots.remove(notifier); in fatalErrorOccurred()380 if (m_oneShots.contains(notifier)) in makeCachedPositionCallbacks()381 m_oneShots.remove(notifier); in makeCachedPositionCallbacks()399 m_oneShots.remove(notifier); in requestTimedOut()510 copyToVector(m_oneShots, copy); in stopTimersForOneShots()539 copyToVector(m_oneShots, copy); in cancelAllRequests()574 copyToVector(m_oneShots, oneShotsCopy); in handleError()583 m_oneShots.clear(); in handleError()602 copyToSet(oneShotsWithCachedPosition, m_oneShots); in handleError()[all …]
151 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); } in hasListeners()194 GeoNotifierSet m_oneShots; variable