Home
last modified time | relevance | path

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

/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp155 callback->SetGeofenceOperationResult(optValue); in HWTEST_F()
169 callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_SUCCESS); in HWTEST_F()
171 callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_ERROR_UNKNOWN); in HWTEST_F()
173 callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_ERROR_TOO_MANY_GEOFENCES); in HWTEST_F()
175 callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_ERROR_GEOFENCE_ID_EXISTS); in HWTEST_F()
177 callback->SetGeofenceOperationResult(GnssGeofenceOperateResult::GNSS_GEOFENCE_OPERATION_ERROR_PARAMS_INVALID); in HWTEST_F()
/base/location/interfaces/inner_api/include/
H A Dlocation_gnss_geofence_callback_napi.h51 void SetGeofenceOperationResult(GnssGeofenceOperateResult result);
/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

Completed in 2 milliseconds