Home
last modified time | relevance | path

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

/base/location/frameworks/native/source/
Dlocator_impl.cpp488 LocationErrCode LocatorImpl::EnableReverseGeocodingMockV9() in EnableReverseGeocodingMockV9() function in OHOS::Location::LocatorImpl
491 return client_->EnableReverseGeocodingMockV9(); in EnableReverseGeocodingMockV9()
Dlocator_proxy.cpp975 LocationErrCode LocatorProxy::EnableReverseGeocodingMockV9() in EnableReverseGeocodingMockV9() function in OHOS::Location::LocatorProxy
/base/location/interfaces/inner_api/include/
Dlocator.h108 virtual LocationErrCode EnableReverseGeocodingMockV9() = 0;
Dlocator_impl.h112 LocationErrCode EnableReverseGeocodingMockV9() override;
Dlocator_proxy.h119 LocationErrCode EnableReverseGeocodingMockV9();
/base/location/test/location_locator/source/
Dlocator_impl_test.cpp305 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->EnableReverseGeocodingMockV9());
323 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->EnableReverseGeocodingMockV9());
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp306 g_locatorImpl->EnableReverseGeocodingMockV9(); in TestMockFuncV9()
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp887 LocationErrCode errorCode = g_locatorClient->EnableReverseGeocodingMockV9(); in CreateReverseGeocodeAsyncContext()