Home
last modified time | relevance | path

Searched defs:fenceId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocation_gnss_geofence_callback_proxy.cpp41 void LocationGnssGeofenceCallbackProxy::OnReportOperationResult(int fenceId, int type, int result) in OnReportOperationResult()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp78 int fenceId = data.ReadInt32(); in OnRemoteRequest() local
176 void LocationGnssGeofenceCallbackNapi::OnReportOperationResult(int fenceId, int type, int result) in OnReportOperationResult()
303 void LocationGnssGeofenceCallbackNapi::SetFenceId(int fenceId) in SetFenceId()
H A Dlocation_napi_adapter.cpp1142 int fenceId = callbackHost->GetFenceId(); in CreateReverseGeocodeAsyncContext() local
1167 int fenceId = -1; in CreateReverseGeocodeAsyncContext() local
1184 GnssGeofenceAsyncContext* CreateAsyncContextForRemoveGnssGeofence(const napi_env& env, int fenceId) in CreateReverseGeocodeAsyncContext()
1261 void AddCallbackToGnssGeofenceCallbackHostMap(int fenceId, sptr<LocationGnssGeofenceCallbackNapi> c… in CreateReverseGeocodeAsyncContext()
1267 void RemoveCallbackToGnssGeofenceCallbackHostMap(int fenceId) in CreateReverseGeocodeAsyncContext()
1276 sptr<LocationGnssGeofenceCallbackNapi> FindCallbackInGnssGeofenceCallbackHostMap(int fenceId) in CreateReverseGeocodeAsyncContext()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dnative_image_adapter_impl_test.cpp209 int fenceId = -1; variable
247 int fenceId = -1; variable
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeofence_definition.h48 int fenceId; member
/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp123 int fenceId = callback->GetFenceId(); variable
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp603 int fenceId = GenerateFenceId(); in AddFence() local
663 int fenceId = GenerateFenceId(); in AddGnssGeofence() local
742 bool GnssAbility::UnregisterGnssGeofenceCallback(int fenceId) in UnregisterGnssGeofenceCallback()
765 …ol GnssAbility::CheckBundleNameInGnssGeofenceRequestMap(const std::string& bundleName, int fenceId) in CheckBundleNameInGnssGeofenceRequestMap()
805 int fenceId, GeofenceOperateType type, GeofenceOperateResult result) in ReportGeofenceOperationResult()
883 std::shared_ptr<GeofenceRequest> GnssAbility::GetGeofenceRequestByFenceId(int fenceId) in GetGeofenceRequestByFenceId()
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp138 void GeofenceRequest::SetFenceId(int fenceId) in SetFenceId()
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp1848 int fenceId = 1; variable
1871 int fenceId = 0; variable
1883 int fenceId = 0; variable
1894 int fenceId = 0; variable
/ohos5.0/base/location/frameworks/native/fence_extension_ability/src/
H A Djs_fence_extension.cpp288 auto fenceId = std::atoi(GetAndDeleteFromMap(extraData, EXTENSION_PARAM_KEY_FENCE_ID).c_str()); in CallToUiThread() local
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h322 int32_t fenceId; /**< Fence ID of the buffer */ member