Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h114 …LocationErrCode SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc…
H A Dlocator.h105 virtual LocationErrCode SetReverseGeocodingMockInfoV9(
H A Dlocator_impl.h565 …LocationErrCode SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMockInfo>>& moc…
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp1181 LocationErrCode LocatorImpl::SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMoc… in SetReverseGeocodingMockInfoV9() function in OHOS::Location::LocatorImpl
1192 LocationErrCode errCode = proxy->SetReverseGeocodingMockInfoV9(mockInfo); in SetReverseGeocodingMockInfoV9()
H A Dlocator_proxy.cpp881 LocationErrCode LocatorProxy::SetReverseGeocodingMockInfoV9(std::vector<std::shared_ptr<GeocodingMo… in SetReverseGeocodingMockInfoV9() function in OHOS::Location::LocatorProxy
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp355 locatorImpl_->SetReverseGeocodingMockInfoV9(mockInfos);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp944 LocationErrCode errorCode = g_locatorClient->SetReverseGeocodingMockInfoV9(mockInfo); in CreateReverseGeocodeAsyncContext()