Searched refs:IsGeoServiceAvailable (Results 1 – 9 of 9) sorted by relevance
100 DECLARE_NAPI_FUNCTION("isGeoServiceAvailable", IsGeoServiceAvailable), in Init()152 DECLARE_NAPI_FUNCTION("isGeocoderAvailable", IsGeoServiceAvailable), in InitManager()
249 napi_value IsGeoServiceAvailable(napi_env env, napi_callback_info info) in IsGeoServiceAvailable() function277 bool isAvailable = g_locatorClient->IsGeoServiceAvailable(); in IsGeoServiceAvailable()320 if (!g_locatorClient->IsGeoServiceAvailable()) { in CreateReverseGeocodeAsyncContext()361 if (!g_locatorClient->IsGeoServiceAvailable()) { in CreateReverseGeocodeAsyncContext()
30 napi_value IsGeoServiceAvailable(napi_env env, napi_callback_info info);
49 virtual bool IsGeoServiceAvailable() = 0;
57 bool IsGeoServiceAvailable() override;
102 EXPECT_EQ(false, locatorImpl->IsGeoServiceAvailable());
1448 EXPECT_EQ(true, locatorImpl->IsGeoServiceAvailable());1451 EXPECT_EQ(false, locatorImpl->IsGeoServiceAvailable());
152 bool LocatorImpl::IsGeoServiceAvailable() in IsGeoServiceAvailable() function in OHOS::Location::LocatorImpl
153 g_locatorImpl->IsGeoServiceAvailable(); in LocatorImplFuzzerTest()