Searched refs:GetAddressByCoordinateV9 (Results 1 – 8 of 8) sorted by relevance
/base/location/frameworks/native/source/ |
D | locator_impl.cpp | 407 LocationErrCode LocatorImpl::GetAddressByCoordinateV9(MessageParcel &data, in GetAddressByCoordinateV9() function in OHOS::Location::LocatorImpl 411 return client_->GetAddressByCoordinateV9(data, replyList); in GetAddressByCoordinateV9()
|
D | locator_proxy.cpp | 739 LocationErrCode LocatorProxy::GetAddressByCoordinateV9(MessageParcel &data, in GetAddressByCoordinateV9() function in OHOS::Location::LocatorProxy
|
/base/location/interfaces/inner_api/include/ |
D | locator.h | 88 virtual LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
|
D | locator_impl.h | 96 LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
|
D | locator_proxy.h | 100 LocationErrCode GetAddressByCoordinateV9(MessageParcel &data,
|
/base/location/test/location_locator/source/ |
D | locator_impl_test.cpp | 336 … EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->GetAddressByCoordinateV9(request001, geoAddressList001)); 361 …EXPECT_EQ(ERRCODE_NOT_SUPPORTED, locatorImpl_->GetAddressByCoordinateV9(request002, geoAddressList…
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 193 g_locatorImpl->GetAddressByCoordinateV9(parcel, geoAddressList); in LocatorImplV9FuzzerTest()
|
/base/location/frameworks/js/napi/source/ |
D | location_napi_adapter.cpp | 315 …errorCode = g_locatorClient->GetAddressByCoordinateV9(context->reverseGeoCodeRequest, context->rep… in CreateReverseGeocodeAsyncContext()
|