Searched defs:fenceId (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/location/services/location_locator/callback/source/ |
H A D | location_gnss_geofence_callback_proxy.cpp | 41 void LocationGnssGeofenceCallbackProxy::OnReportOperationResult(int fenceId, int type, int result) in OnReportOperationResult()
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_gnss_geofence_callback_napi.cpp | 78 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 D | location_napi_adapter.cpp | 1142 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 D | native_image_adapter_impl_test.cpp | 209 int fenceId = -1; variable 247 int fenceId = -1; variable
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | geofence_definition.h | 48 int fenceId; member
|
/ohos5.0/base/location/test/location_geofence/source/ |
H A D | location_gnss_geofence_callback_host_test.cpp | 123 int fenceId = callback->GetFenceId(); variable
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 603 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 D | geofence_request.cpp | 138 void GeofenceRequest::SetFenceId(int fenceId) in SetFenceId()
|
/ohos5.0/base/location/test/location_gnss/source/ |
H A D | gnss_ability_test.cpp | 1848 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 D | js_fence_extension.cpp | 288 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 D | display_type.h | 322 int32_t fenceId; /**< Fence ID of the buffer */ member
|