Searched refs:m_oneShots (Results 1 – 2 of 2) sorted by relevance
280 m_oneShots.add(notifier); in getCurrentPosition()324 m_oneShots.remove(notifier); in fatalErrorOccurred()364 if (m_oneShots.contains(notifier)) in makeCachedPositionCallbacks()365 m_oneShots.remove(notifier); in makeCachedPositionCallbacks()383 m_oneShots.remove(notifier); in requestTimedOut()445 m_oneShots.add(m_startRequestPermissionNotifier); in setIsAllowed()503 copyToVector(m_oneShots, copy); in stopTimersForOneShots()527 copyToVector(m_oneShots, oneShotsCopy); in handleError()535 m_oneShots.clear(); in handleError()591 copyToVector(m_oneShots, oneShotsCopy); in makeSuccessCallbacks()[all …]
136 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); } in hasListeners()177 GeoNotifierSet m_oneShots; variable