Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/location/
H A Dinterface_i_geofence_interface.md22 | [DeleteGnssGeofence](#deletegnssgeofence) ([in] int fenceIndex) | 删除一个地理围栏。 |
53 ### DeleteGnssGeofence()
56 IGeofenceInterface::DeleteGnssGeofence ([in] int fenceIndex)
/ohos5.0/drivers/peripheral/location/geofence/hdi_service/
H A Dgeofence_interface_impl.cpp44 int32_t GeofenceInterfaceImpl::DeleteGnssGeofence(int32_t fenceIndex) in DeleteGnssGeofence() function in OHOS::HDI::Location::Geofence::V2_0::GeofenceInterfaceImpl
H A Dgeofence_interface_impl.h35 int32_t DeleteGnssGeofence(int32_t fenceIndex) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/cpp_target/location/geofence/v1_0/
H A Dgeofence_interface_service.cpp.txt42 int32_t GeofenceInterfaceService::DeleteGnssGeofence(int32_t fenceIndex)
H A Dgeofence_interface_service.h.txt36 int32_t DeleteGnssGeofence(int32_t fenceIndex) override;
H A Digeofence_interface.h.txt75 virtual int32_t DeleteGnssGeofence(int32_t fenceIndex) = 0;
H A Dgeofence_interface_proxy.h.txt76 int32_t DeleteGnssGeofence(int32_t fenceIndex) override;
H A Dgeofence_interface_stub.cpp.txt191 int32_t geofenceInterfaceRet = impl->DeleteGnssGeofence(fenceIndex);
H A Dgeofence_interface_proxy.cpp.txt132 int32_t OHOS::HDI::Location::Geofence::V1_0::GeofenceInterfaceProxy::DeleteGnssGeofence(int32_t fen…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/dump_ast_target/
H A Ddump.txt15 [mini, lite, full] DeleteGnssGeofence(
/ohos5.0/drivers/interface/location/geofence/v1_0/
H A DIGeofenceInterface.idl86 DeleteGnssGeofence([in] int fenceIndex);
/ohos5.0/drivers/interface/location/geofence/v2_0/
H A DIGeofenceInterface.idl86 DeleteGnssGeofence([in] int fenceIndex);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/location_geofence_v1_0/foo/location/geofence/v1_0/
H A DIGeofenceInterface.idl86 DeleteGnssGeofence([in] int fenceIndex);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp640 int32_t ret = geofenceInterface->DeleteGnssGeofence(request->GetFenceId()); in RemoveFence()
731 int32_t ret = geofenceInterface->DeleteGnssGeofence(request->GetFenceId()); in RemoveGnssGeofence()