Home
last modified time | relevance | path

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

/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
/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.cpp1118 callbackHost->GetGeofenceOperationType() == GnssGeofenceOperateType::GNSS_GEOFENCE_OPT_TYPE_ADD) { in CreateReverseGeocodeAsyncContext()
1197 GnssGeofenceOperateType::GNSS_GEOFENCE_OPT_TYPE_DELETE) { in CreateReverseGeocodeAsyncContext()
/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)); in HWTEST_F()
139 GnssGeofenceOperateType optType = static_cast<GnssGeofenceOperateType>(0); in HWTEST_F()
141 GnssGeofenceOperateType optResultType = callback->GetGeofenceOperationType(); in HWTEST_F()

Completed in 5 milliseconds