Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp123 int fenceId = callback->GetFenceId();
126 fenceId = callback->GetFenceId();
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp45 this->SetFenceId(geofenceRequest.GetFenceId()); in GeofenceRequest()
133 int GeofenceRequest::GetFenceId() in GetFenceId() function in OHOS::Location::GeofenceRequest
H A Dgeofence_sdk.cpp204 data.WriteInt32(request->GetFenceId()); in RemoveGnssGeofence()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_gnss_geofence_callback_napi.h44 int GetFenceId();
H A Dgeofence_request.h75 int GetFenceId();
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp179 if ((type != addValue && fenceId == GetFenceId()) || in OnReportOperationResult()
297 int LocationGnssGeofenceCallbackNapi::GetFenceId() in GetFenceId() function in OHOS::Location::LocationGnssGeofenceCallbackNapi
H A Dlocation_napi_adapter.cpp1142 int fenceId = callbackHost->GetFenceId(); in CreateReverseGeocodeAsyncContext()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dbuffer_operator.h46 int32_t GetFenceId() const override;
195 int32_t MyBuffer::GetFenceId() const in GetFenceId() function
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer.h55 virtual int32_t GetFenceId() const = 0;
H A Dimage_buffer.h57 int32_t GetFenceId() const override;
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp640 int32_t ret = geofenceInterface->DeleteGnssGeofence(request->GetFenceId()); in RemoveFence()
721 if (!CheckBundleNameInGnssGeofenceRequestMap(request->GetBundleName(), request->GetFenceId())) { in RemoveGnssGeofence()
731 int32_t ret = geofenceInterface->DeleteGnssGeofence(request->GetFenceId()); in RemoveGnssGeofence()
733 ret, std::to_string(request->GetFenceId()).c_str()); in RemoveGnssGeofence()
746 auto fenceIdInMap = requestInMap->GetFenceId(); in UnregisterGnssGeofenceCallback()
772 auto fenceIdInMap = requestInMap->GetFenceId(); in CheckBundleNameInGnssGeofenceRequestMap()
887 if (request->GetFenceId() == fenceId) { in GetGeofenceRequestByFenceId()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dimage_buffer.cpp154 int32_t ImageBuffer::GetFenceId() const in GetFenceId() function in OHOS::Camera::ImageBuffer
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dgnss_ability_proxy.cpp342 dataToStub.WriteInt32(request->GetFenceId()); in RemoveGnssGeofence()
H A Dlocator_ability.cpp757 dataToStub.WriteInt32(request->GetFenceId()); in RemoveGnssGeofence()