Searched refs:m_watchers (Results 1 – 2 of 2) sorted by relevance
306 m_watchers.set(nextAvailableWatchId, notifier.release()); in watchPosition()341 m_watchers.remove(notifier); in fatalErrorOccurred()382 else if (m_watchers.contains(notifier)) { in makeCachedPositionCallbacks()422 m_watchers.remove(watchId); in clearWatch()518 m_watchers.getNotifiersVector(copy); in stopTimersForWatchers()541 m_watchers.getNotifiersVector(copy); in cancelAllRequests()577 m_watchers.getNotifiersVector(watchersCopy); in handleError()585 m_watchers.clear(); in handleError()652 m_watchers.getNotifiersVector(watchersCopy); in makeSuccessCallbacks()
151 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); } in hasListeners()195 Watchers m_watchers; variable