/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | geo_convert_proxy.h | 37 bool EnableReverseGeocodingMock() override;
|
H A D | locator_ability.h | 145 LocationErrCode EnableReverseGeocodingMock();
|
/ohos5.0/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/ |
H A D | geoconvertproxy_fuzzer.cpp | 42 geoConvertProxy->EnableReverseGeocodingMock(); in GeoConvertProxyFuzzerTest()
|
/ohos5.0/base/location/services/location_geocode/geocode/include/ |
H A D | geo_convert_skeleton.h | 38 virtual bool EnableReverseGeocodingMock() = 0;
|
H A D | geo_convert_service.h | 80 bool EnableReverseGeocodingMock() override;
|
/ohos5.0/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 116 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock()); 239 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock()); 282 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock());
|
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | location_napi_adapter.h | 47 napi_value EnableReverseGeocodingMock(napi_env env, napi_callback_info info);
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | geo_convert_proxy.cpp | 103 bool GeoConvertProxy::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::GeoConvertProxy
|
H A D | locator_skeleton.cpp | 1019 reply.WriteInt32(locatorAbility->EnableReverseGeocodingMock()); in PreEnableReverseGeocodingMock()
|
H A D | locator_ability.cpp | 1379 LocationErrCode LocatorAbility::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorAbility
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 73 bool EnableReverseGeocodingMock();
|
H A D | locator.h | 67 virtual bool EnableReverseGeocodingMock() = 0;
|
H A D | locator_impl.h | 284 bool EnableReverseGeocodingMock();
|
/ohos5.0/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_skeleton.cpp | 113 EnableReverseGeocodingMock() ? reply.WriteInt32(ERRCODE_SUCCESS) : in EnableReverseGeocodingMockInner()
|
H A D | geo_convert_service.cpp | 292 bool GeoConvertService::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::GeoConvertService
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_entry.cpp | 301 DECLARE_NAPI_FUNCTION("enableReverseGeocodingMock", EnableReverseGeocodingMock), in InitManager()
|
H A D | location_napi_adapter.cpp | 900 napi_value EnableReverseGeocodingMock(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
|
/ohos5.0/base/location/test/location_manager/source/ |
H A D | locator_ability_test.cpp | 420 locatorAbility->EnableReverseGeocodingMock(); 432 locatorAbility->EnableReverseGeocodingMock();
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_service_test.cpp | 1110 proxy_->EnableReverseGeocodingMock(); 1343 locatorImpl->EnableReverseGeocodingMock(); 1361 locatorImpl->EnableReverseGeocodingMock();
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_impl.cpp | 570 bool LocatorImpl::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorImpl 581 bool flag = proxy->EnableReverseGeocodingMock(); in EnableReverseGeocodingMock()
|
H A D | locator_proxy.cpp | 386 bool LocatorProxy::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorProxy
|