Home
last modified time | relevance | path

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

/base/location/test/location_geocode/source/
Dgeo_convert_service_test.cpp117 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock());
205 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock());
248 EXPECT_EQ(true, proxy_->EnableReverseGeocodingMock());
/base/location/services/location_locator/locator/include/
Dgeo_convert_proxy.h36 bool EnableReverseGeocodingMock() override;
Dlocator_ability.h104 LocationErrCode EnableReverseGeocodingMock();
/base/location/services/location_geocode/geocode/include/
Dgeo_convert_skeleton.h44 virtual bool EnableReverseGeocodingMock() = 0;
Dgeo_convert_service.h53 bool EnableReverseGeocodingMock() override;
/base/location/test/fuzztest/locator/geoconvertproxy_fuzzer/
Dgeoconvertproxy_fuzzer.cpp41 geoConvertProxy->EnableReverseGeocodingMock(); in GeoConvertProxyFuzzerTest()
/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.cpp64 EnableReverseGeocodingMock() ? reply.WriteInt32(ERRCODE_SUCCESS) : in OnRemoteRequest()
Dgeo_convert_service.cpp133 bool GeoConvertService::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::GeoConvertService
/base/location/services/location_locator/locator/source/
Dgeo_convert_proxy.cpp99 bool GeoConvertProxy::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::GeoConvertProxy
Dlocator_skeleton.cpp672 reply.WriteInt32(locatorAbility->EnableReverseGeocodingMock()); in PreEnableReverseGeocodingMock()
Dlocator_ability.cpp933 LocationErrCode LocatorAbility::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorAbility
/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp164 DECLARE_NAPI_FUNCTION("enableReverseGeocodingMock", EnableReverseGeocodingMock), in InitManager()
Dlocation_napi_adapter.cpp883 napi_value EnableReverseGeocodingMock(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
/base/location/frameworks/native/source/
Dlocator_impl.cpp279 bool LocatorImpl::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorImpl
282 return client_->EnableReverseGeocodingMock(); in EnableReverseGeocodingMock()
Dlocator_proxy.cpp434 bool LocatorProxy::EnableReverseGeocodingMock() in EnableReverseGeocodingMock() function in OHOS::Location::LocatorProxy
/base/location/interfaces/inner_api/include/
Dlocator.h68 virtual bool EnableReverseGeocodingMock() = 0;
Dlocator_impl.h72 bool EnableReverseGeocodingMock() override;
Dlocator_proxy.h74 bool EnableReverseGeocodingMock();
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp291 g_locatorImpl->EnableReverseGeocodingMock(); in TestMockFunc()
520 locatorAbility->EnableReverseGeocodingMock(); in LocatorAbility003FuzzerTest()
/base/location/test/location_locator/source/
Dlocator_service_test.cpp1187 proxy_->EnableReverseGeocodingMock();
1433 EXPECT_EQ(true, locatorImpl->EnableReverseGeocodingMock());
1447 EXPECT_EQ(true, locatorImpl->EnableReverseGeocodingMock());
1464 EXPECT_EQ(true, locatorImpl->EnableReverseGeocodingMock());