Home
last modified time | relevance | path

Searched refs:CreateAsyncContextForRemoveGnssGeofence (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_napi_adapter.h57 GnssGeofenceAsyncContext* CreateAsyncContextForRemoveGnssGeofence(const napi_env& env, int fenceId);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp1175 auto asyncContext = CreateAsyncContextForRemoveGnssGeofence(env, fenceId); in CreateReverseGeocodeAsyncContext()
1184 GnssGeofenceAsyncContext* CreateAsyncContextForRemoveGnssGeofence(const napi_env& env, int fenceId) in CreateReverseGeocodeAsyncContext() function