Home
last modified time | relevance | path

Searched refs:ERRCODE_GEOFENCE_INCORRECT_ID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dconstant_definition.h135ERRCODE_GEOFENCE_INCORRECT_ID = 3301602 /* Failed to delete a geofence due to an incorrect ID. */ enumerator
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp355 errCode = ERRCODE_GEOFENCE_INCORRECT_ID; in DealGeofenceOperationResult()
H A Dnapi_util.cpp876 …{LocationErrCode::ERRCODE_GEOFENCE_INCORRECT_ID, "Failed to delete a geofence due to an incorrect … in GetErrorMsgByCode()
H A Dlocation_napi_adapter.cpp1209 context->errCode = ERRCODE_GEOFENCE_INCORRECT_ID; in CreateReverseGeocodeAsyncContext()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp723 return ERRCODE_GEOFENCE_INCORRECT_ID; in RemoveGnssGeofence()
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp1816 EXPECT_EQ(ERRCODE_GEOFENCE_INCORRECT_ID, result);