Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp606 sptr<IGeofenceInterface> geofenceInterface = IGeofenceInterface::Get(); in AddFence() local
607 if (geofenceInterface == nullptr) { in AddFence()
635 sptr<IGeofenceInterface> geofenceInterface = IGeofenceInterface::Get(); in RemoveFence() local
636 if (geofenceInterface == nullptr) { in RemoveFence()
666 sptr<IGeofenceInterface> geofenceInterface = IGeofenceInterface::Get(); in AddGnssGeofence() local
667 if (geofenceInterface == nullptr) { in AddGnssGeofence()
726 sptr<IGeofenceInterface> geofenceInterface = IGeofenceInterface::Get(); in RemoveGnssGeofence() local
727 if (geofenceInterface == nullptr) { in RemoveGnssGeofence()
921 sptr<IGeofenceInterface> geofenceInterface = IGeofenceInterface::Get(); in SetGeofenceCallback() local
922 if (geofenceInterface == nullptr) { in SetGeofenceCallback()
[all …]