Home
last modified time | relevance | path

Searched refs:REVERSE_GEOCODE_ERROR (Results 1 – 4 of 4) sorted by relevance

/base/location/interfaces/inner_api/include/
Dcommon_utils.h119 REVERSE_GEOCODE_ERROR, enumerator
/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp75 …SetEnumPropertyByInteger(env, geoLocationErrorCode, REVERSE_GEOCODE_ERROR, "REVERSE_GEOCODE_ERROR"… in GeoLocationErrorCodeTypeConstructor()
Dlocation_napi_adapter.cpp321 context->errCode = REVERSE_GEOCODE_ERROR; in CreateReverseGeocodeAsyncContext()
326 context->errCode = REVERSE_GEOCODE_ERROR; in CreateReverseGeocodeAsyncContext()
/base/location/frameworks/native/source/
Dnapi_util.cpp751 {REVERSE_GEOCODE_ERROR, "REVERSE_GEOCODE_ERROR"}, in GetErrorMsgByCode()