Searched defs:fenceId (Results 1 - 10 of 10) sorted by relevance
/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() argument
|
/base/location/test/location_geofence/source/ |
H A D | location_gnss_geofence_callback_host_test.cpp | 123 int fenceId = callback->GetFenceId(); in HWTEST_F() local
|
/base/location/interfaces/inner_api/include/ |
H A D | geofence_definition.h | 48 int fenceId; member
|
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | native_image_adapter_impl_test.cpp | 209 int fenceId = -1; in HWTEST_F() local 247 int fenceId = -1; in HWTEST_F() local
|
/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() argument 303 void LocationGnssGeofenceCallbackNapi::SetFenceId(int fenceId) in SetFenceId() argument
|
H A D | location_napi_adapter.cpp | 1146 int fenceId = -1; in CreateReverseGeocodeAsyncContext() local 1163 GnssGeofenceAsyncContext* CreateAsyncContextForRemoveGnssGeofence(const napi_env& env, int fenceId) in CreateReverseGeocodeAsyncContext() argument 1240 void AddCallbackToGnssGeofenceCallbackHostMap(int fenceId, spt in CreateReverseGeocodeAsyncContext() argument 1246 RemoveCallbackToGnssGeofenceCallbackHostMap(int fenceId) CreateReverseGeocodeAsyncContext() argument 1255 FindCallbackInGnssGeofenceCallbackHostMap(int fenceId) CreateReverseGeocodeAsyncContext() argument [all...] |
/base/location/frameworks/native/geofence_sdk/source/ |
H A D | geofence_request.cpp | 138 void GeofenceRequest::SetFenceId(int fenceId)
in SetFenceId() argument
|
/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
|
/base/location/test/location_gnss/source/ |
H A D | gnss_ability_test.cpp | 1848 int fenceId = 1; in HWTEST_F() local 1871 int fenceId = 0; in HWTEST_F() local 1883 int fenceId = 0; in HWTEST_F() local 1894 int fenceId = 0; in HWTEST_F() local
|
/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 602 int fenceId = GenerateFenceId(); in AddFence() local 662 int fenceId = GenerateFenceId(); in AddGnssGeofence() local 736 bool GnssAbility::UnregisterGnssGeofenceCallback(int fenceId) in UnregisterGnssGeofenceCallback() argument 756 bool GnssAbility::CheckBundleNameInGnssGeofenceRequestMap(const std::string& bundleName, int fenceId) in CheckBundleNameInGnssGeofenceRequestMap() argument 794 ReportGeofenceOperationResult( int fenceId, GeofenceOperateType type, GeofenceOperateResult result) ReportGeofenceOperationResult() argument 856 GetGeofenceRequestByFenceId(int fenceId) GetGeofenceRequestByFenceId() argument [all...] |
Completed in 12 milliseconds