Home
last modified time | relevance | path

Searched refs:EnableReverseGeocodingMockV9 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h112 LocationErrCode EnableReverseGeocodingMockV9();
H A Dlocator.h103 virtual LocationErrCode EnableReverseGeocodingMockV9() = 0;
H A Dlocator_impl.h550 LocationErrCode EnableReverseGeocodingMockV9();
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp1151 LocationErrCode LocatorImpl::EnableReverseGeocodingMockV9() in EnableReverseGeocodingMockV9() function in OHOS::Location::LocatorImpl
1162 LocationErrCode errCode = proxy->EnableReverseGeocodingMockV9(); in EnableReverseGeocodingMockV9()
H A Dlocator_proxy.cpp863 LocationErrCode LocatorProxy::EnableReverseGeocodingMockV9() in EnableReverseGeocodingMockV9() function in OHOS::Location::LocatorProxy
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp352 locatorImpl_->EnableReverseGeocodingMockV9();
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp904 LocationErrCode errorCode = g_locatorClient->EnableReverseGeocodingMockV9(); in CreateReverseGeocodeAsyncContext()