Searched refs:GetAddressByCoordinateV9 (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 96 LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
|
H A D | locator.h | 85 virtual LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
|
H A D | locator_impl.h | 458 LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_impl_test.cpp | 365 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 D | country_code_manager.cpp | 205 errorCode = locatorImpl->GetAddressByCoordinateV9(dataParcel, replyList); in GetCountryCodeByLocation()
|
H A D | locator_impl.cpp | 944 LocationErrCode LocatorImpl::GetAddressByCoordinateV9(MessageParcel &data, in GetAddressByCoordinateV9() function in OHOS::Location::LocatorImpl 962 LocationErrCode errCode = proxy->GetAddressByCoordinateV9(data, replyList); in GetAddressByCoordinateV9()
|
H A D | locator_proxy.cpp | 673 LocationErrCode LocatorProxy::GetAddressByCoordinateV9(MessageParcel &data, in GetAddressByCoordinateV9() function in OHOS::Location::LocatorProxy
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_adapter.cpp | 332 …errorCode = g_locatorClient->GetAddressByCoordinateV9(context->reverseGeoCodeRequest, context->rep… in CreateReverseGeocodeAsyncContext()
|