Home
last modified time | relevance | path

Searched refs:IsGeoServiceAvailable (Results 1 – 9 of 9) sorted by relevance

/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp100 DECLARE_NAPI_FUNCTION("isGeoServiceAvailable", IsGeoServiceAvailable), in Init()
152 DECLARE_NAPI_FUNCTION("isGeocoderAvailable", IsGeoServiceAvailable), in InitManager()
Dlocation_napi_adapter.cpp249 napi_value IsGeoServiceAvailable(napi_env env, napi_callback_info info) in IsGeoServiceAvailable() function
277 bool isAvailable = g_locatorClient->IsGeoServiceAvailable(); in IsGeoServiceAvailable()
320 if (!g_locatorClient->IsGeoServiceAvailable()) { in CreateReverseGeocodeAsyncContext()
361 if (!g_locatorClient->IsGeoServiceAvailable()) { in CreateReverseGeocodeAsyncContext()
/base/location/frameworks/js/napi/include/
Dlocation_napi_adapter.h30 napi_value IsGeoServiceAvailable(napi_env env, napi_callback_info info);
/base/location/interfaces/inner_api/include/
Dlocator.h49 virtual bool IsGeoServiceAvailable() = 0;
Dlocator_impl.h57 bool IsGeoServiceAvailable() override;
/base/location/test/location_locator/source/
Dlocation_without_permission_test.cpp102 EXPECT_EQ(false, locatorImpl->IsGeoServiceAvailable());
Dlocator_service_test.cpp1448 EXPECT_EQ(true, locatorImpl->IsGeoServiceAvailable());
1451 EXPECT_EQ(false, locatorImpl->IsGeoServiceAvailable());
/base/location/frameworks/native/source/
Dlocator_impl.cpp152 bool LocatorImpl::IsGeoServiceAvailable() in IsGeoServiceAvailable() function in OHOS::Location::LocatorImpl
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp153 g_locatorImpl->IsGeoServiceAvailable(); in LocatorImplFuzzerTest()