Home
last modified time | relevance | path

Searched refs:GetAddressByCoordinateV9 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h96 LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
H A Dlocator.h85 virtual LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
H A Dlocator_impl.h458 LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp365 locatorImpl_->GetAddressByCoordinateV9(request001, geoAddressList001);
392 …EXPECT_EQ(ERRCODE_REVERSE_GEOCODING_FAIL, locatorImpl_->GetAddressByCoordinateV9(request002, geoAd…
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp205 errorCode = locatorImpl->GetAddressByCoordinateV9(dataParcel, replyList); in GetCountryCodeByLocation()
H A Dlocator_impl.cpp944 LocationErrCode LocatorImpl::GetAddressByCoordinateV9(MessageParcel &data, in GetAddressByCoordinateV9() function in OHOS::Location::LocatorImpl
962 LocationErrCode errCode = proxy->GetAddressByCoordinateV9(data, replyList); in GetAddressByCoordinateV9()
H A Dlocator_proxy.cpp673 LocationErrCode LocatorProxy::GetAddressByCoordinateV9(MessageParcel &data, in GetAddressByCoordinateV9() function in OHOS::Location::LocatorProxy
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp332 …errorCode = g_locatorClient->GetAddressByCoordinateV9(context->reverseGeoCodeRequest, context->rep… in CreateReverseGeocodeAsyncContext()