Home
last modified time | relevance | path

Searched refs:EnableReverseGeocodingMock (Results 1 – 21 of 21) sorted by relevance

/base/location/services/location_locator/locator/include/
Dgeo_convert_proxy.h37 bool EnableReverseGeocodingMock() override;
Dlocator_ability.h92 LocationErrCode EnableReverseGeocodingMock();
/base/location/services/location_geocode/geocode/include/
Dgeo_convert_skeleton.h37 virtual bool EnableReverseGeocodingMock() = 0;
Dgeo_convert_service.h55 bool EnableReverseGeocodingMock() override;
/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/
Dgeoconvertproxy_fuzzer.cpp42 geoConvertProxy->EnableReverseGeocodingMock(); in GeoConvertProxyFuzzerTest()
/base/location/test/location_geocode/source/
Dgeo_convert_service_test.cpp100 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock());
187 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock());
230 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock());
/base/location/frameworks/js/napi/include/
Dlocation_napi_adapter.h43 napi_value EnableReverseGeocodingMock(napi_env env, napi_callback_info info);
/base/location/services/location_geocode/geocode/source/
Dgeo_convert_skeleton.cpp66 EnableReverseGeocodingMock() ? reply.WriteInt32(ERRCODE_SUCCESS) : in OnRemoteRequest()
Dgeo_convert_service.cpp384 bool GeoConvertService::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::GeoConvertService
/base/location/services/location_locator/locator/source/
Dgeo_convert_proxy.cpp103 bool GeoConvertProxy::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::GeoConvertProxy
Dlocator_ability.cpp1018 LocationErrCode LocatorAbility::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorAbility
Dlocator_skeleton.cpp731 reply.WriteInt32(locatorAbility->EnableReverseGeocodingMock()); in PreEnableReverseGeocodingMock()
/base/location/interfaces/inner_api/include/
Dlocator_proxy.h73 bool EnableReverseGeocodingMock();
Dlocator_impl.h81 bool EnableReverseGeocodingMock();
Dlocator.h69 virtual bool EnableReverseGeocodingMock() = 0;
/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp174 DECLARE_NAPI_FUNCTION("enableReverseGeocodingMock", EnableReverseGeocodingMock), in InitManager()
Dlocation_napi_adapter.cpp873 napi_value EnableReverseGeocodingMock(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp302 g_locatorImpl->EnableReverseGeocodingMock(); in TestMockFunc()
533 locatorAbility->EnableReverseGeocodingMock(); in LocatorAbility003FuzzerTest()
/base/location/frameworks/native/source/
Dlocator_impl.cpp541 bool LocatorImpl::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorImpl
552 bool flag = proxy->EnableReverseGeocodingMock(); in EnableReverseGeocodingMock()
Dlocator_proxy.cpp412 bool LocatorProxy::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorProxy
/base/location/test/location_locator/source/
Dlocator_service_test.cpp1142 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock());
1390 EXPECT_EQ(true, locatorImpl->EnableReverseGeocodingMock());
1408 EXPECT_EQ(true, locatorImpl->EnableReverseGeocodingMock());