Home
last modified time | relevance | path

Searched refs:SetGeofenceOperationResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp155 callback->SetGeofenceOperationResult(optValue);
169 … callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_SUCCESS);
171 …callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_ERROR_UNKN…
173 …callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_ERROR_TOO_…
175 …callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_ERROR_GEOF…
177 …callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_ERROR_PARA…
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_gnss_geofence_callback_napi.h51 void SetGeofenceOperationResult(GnssGeofenceOperateResult result);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp188 SetGeofenceOperationResult(optResult); in OnReportOperationResult()
327 void LocationGnssGeofenceCallbackNapi::SetGeofenceOperationResult(GnssGeofenceOperateResult result) in SetGeofenceOperationResult() function in OHOS::Location::LocationGnssGeofenceCallbackNapi