Searched refs:DeleteGnssGeofence (Results 1 – 14 of 14) sorted by relevance
22 | [DeleteGnssGeofence](#deletegnssgeofence) ([in] int fenceIndex) | 删除一个地理围栏。 | 53 ### DeleteGnssGeofence()56 IGeofenceInterface::DeleteGnssGeofence ([in] int fenceIndex)
44 int32_t GeofenceInterfaceImpl::DeleteGnssGeofence(int32_t fenceIndex) in DeleteGnssGeofence() function in OHOS::HDI::Location::Geofence::V2_0::GeofenceInterfaceImpl
35 int32_t DeleteGnssGeofence(int32_t fenceIndex) override;
42 int32_t GeofenceInterfaceService::DeleteGnssGeofence(int32_t fenceIndex)
36 int32_t DeleteGnssGeofence(int32_t fenceIndex) override;
75 virtual int32_t DeleteGnssGeofence(int32_t fenceIndex) = 0;
76 int32_t DeleteGnssGeofence(int32_t fenceIndex) override;
191 int32_t geofenceInterfaceRet = impl->DeleteGnssGeofence(fenceIndex);
132 int32_t OHOS::HDI::Location::Geofence::V1_0::GeofenceInterfaceProxy::DeleteGnssGeofence(int32_t fen…
15 [mini, lite, full] DeleteGnssGeofence(
86 DeleteGnssGeofence([in] int fenceIndex);
640 int32_t ret = geofenceInterface->DeleteGnssGeofence(request->GetFenceId()); in RemoveFence()731 int32_t ret = geofenceInterface->DeleteGnssGeofence(request->GetFenceId()); in RemoveGnssGeofence()