Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_napi_adapter.h34 napi_value IsGeoServiceAvailable(napi_env env, napi_callback_info info);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_entry.cpp237 DECLARE_NAPI_FUNCTION("isGeoServiceAvailable", IsGeoServiceAvailable), in Init()
289 DECLARE_NAPI_FUNCTION("isGeocoderAvailable", IsGeoServiceAvailable), in InitManager()
H A Dlocation_napi_adapter.cpp271 napi_value IsGeoServiceAvailable(napi_env env, napi_callback_info info) in IsGeoServiceAvailable() function
296 bool isAvailable = g_locatorClient->IsGeoServiceAvailable(); in IsGeoServiceAvailable()
337 if (!g_locatorClient->IsGeoServiceAvailable()) { in CreateReverseGeocodeAsyncContext()
378 if (!g_locatorClient->IsGeoServiceAvailable()) { in CreateReverseGeocodeAsyncContext()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator.h50 virtual bool IsGeoServiceAvailable() = 0;
H A Dlocator_impl.h189 bool IsGeoServiceAvailable();
/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp114 locatorImpl->IsGeoServiceAvailable();
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp339 bool LocatorImpl::IsGeoServiceAvailable() in IsGeoServiceAvailable() function in OHOS::Location::LocatorImpl