Searched refs:mGeofences (Results 1 – 8 of 8) sorted by relevance
65 auto it2 = mGeofences.find(hwId); in stopClientSessions()66 if (it2 != mGeofences.end()) { in stopClientSessions()67 mGeofences.erase(it2); in stopClientSessions()111 auto it = mGeofences.find(hwId); in getGeofenceKeyFromHwId()112 if (it != mGeofences.end()) { in getGeofenceKeyFromHwId()144 if (mGeofences.empty()) { in restartGeofences()148 GeofencesMap oldGeofences(mGeofences); in restartGeofences()149 mGeofences.clear(); in restartGeofences()658 mGeofences[hwId] = object; in saveGeofenceItem()675 auto it2 = mGeofences.find(hwId); in removeGeofenceItem()[all …]
80 GeofencesMap mGeofences; //map hwId to GeofenceObject variable