Home
last modified time | relevance | path

Searched refs:GnssGeofenceOperateType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_gnss_geofence_callback_napi.h48 GnssGeofenceOperateType GetGeofenceOperationType();
49 void SetGeofenceOperationType(GnssGeofenceOperateType type);
92 GnssGeofenceOperateType type_;
H A Dgeofence_definition.h42 enum GnssGeofenceOperateType { enum
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp178 int addValue = static_cast<int>(GnssGeofenceOperateType::GNSS_GEOFENCE_OPT_TYPE_ADD); in OnReportOperationResult()
182 GnssGeofenceOperateType optType = static_cast<GnssGeofenceOperateType>(type); in OnReportOperationResult()
184 optType == GnssGeofenceOperateType::GNSS_GEOFENCE_OPT_TYPE_ADD) { in OnReportOperationResult()
309 GnssGeofenceOperateType LocationGnssGeofenceCallbackNapi::GetGeofenceOperationType() in GetGeofenceOperationType()
315 void LocationGnssGeofenceCallbackNapi::SetGeofenceOperationType(GnssGeofenceOperateType type) in SetGeofenceOperationType()
H A Dlocation_napi_adapter.cpp1139 … callbackHost->GetGeofenceOperationType() == GnssGeofenceOperateType::GNSS_GEOFENCE_OPT_TYPE_ADD) { in CreateReverseGeocodeAsyncContext()
1218 GnssGeofenceOperateType::GNSS_GEOFENCE_OPT_TYPE_DELETE) { in CreateReverseGeocodeAsyncContext()
/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp61 dataParcel.WriteInt32(static_cast<int>(GnssGeofenceOperateType::GNSS_GEOFENCE_OPT_TYPE_ADD));
139 GnssGeofenceOperateType optType = static_cast<GnssGeofenceOperateType>(0);
141 GnssGeofenceOperateType optResultType = callback->GetGeofenceOperationType();