Home
last modified time | relevance | path

Searched refs:StopLocating (Results 1 - 25 of 26) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_proxy_adapter_wrapper.cpp41 bool ArkLocationProxyAdapterWrapper::StopLocating(int32_t callbackId) in StopLocating() function in OHOS::ArkWeb::ArkLocationProxyAdapterWrapper
43 return ctocpp_->StopLocating(callbackId); in StopLocating()
H A Dark_location_proxy_adapter_wrapper.h31 bool StopLocating(int32_t callbackId) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_proxy_adapter_impl.cpp41 bool ArkLocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating() function in OHOS::ArkWeb::ArkLocationProxyAdapterImpl
43 return real_->StopLocating(callbackId); in StopLocating()
H A Dark_location_proxy_adapter_impl.h31 bool StopLocating(int32_t callbackId) override;
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp237 result = proxyAdapterImpl->StopLocating(-1); in HWTEST_F()
239 result = proxyAdapterImpl->StopLocating(0); in HWTEST_F()
241 result = proxyAdapterImpl->StopLocating(0); in HWTEST_F()
269 result = proxyAdapterImpl->StopLocating(id); in HWTEST_F()
/base/web/webview/ohos_wrapper/src/
H A Dnweb_location_wrapper.cpp58 extern "C" OHOS_NWEB_EXPORT bool StopLocating(OHOS::sptr<ILocatorCallback>& callback) in StopLocating() function
66 WVLOG_E("StopLocating failed, errcode:%{public}d", ret); in StopLocating()
80 WVLOG_E("StopLocating failed, errcode:%{public}d", ret); in EnableAbility()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h107 virtual bool StopLocating(int32_t callbackId) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h99 virtual bool StopLocating(int32_t callbackId) = 0;
/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_mock.cpp120 bool LocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating() function in OHOS::NWeb::LocationProxyAdapterImpl
H A Dlocation_proxy_adapter_impl.cpp255 dlsym(wrapperHandle_, "StopLocating")); in LocationProxyAdapterImpl()
288 bool LocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating() function in OHOS::NWeb::LocationProxyAdapterImpl
296 WVLOG_E("StopLocating failed due to reg_ not find iCallback"); in StopLocating()
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h92 bool StopLocating(int32_t callbackId) override;
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_system.cpp46 g_locatorImpl->StopLocating(locatorCallback); in GetLocationOnce()
197 g_locatorImpl->StopLocating(locatorCallback); in SubscribeSystemLocationChange()
252 g_locatorImpl->StopLocating(locatorCallback); in Unsubscribe()
H A Dlocation_napi_event.cpp436 g_locatorProxy->StopLocating(callbackPtr); in GenerateExecuteContext()
599 g_locatorProxy->StopLocating(callback); in UnSubscribeLocationChange()
/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h56 int StopLocating(sptr<ILocatorCallback>& callback);
H A Dlocator.h44 virtual void StopLocating(sptr<ILocatorCallback>& callback) = 0;
H A Dlocator_impl.h89 void StopLocating(sptr<ILocatorCallback>& callback);
/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp390 locatorAbility->StopLocating(callback); in HWTEST_F()
392 locatorAbility->StopLocating(callback); in HWTEST_F()
393 locatorAbility->StopLocating(callback); in HWTEST_F()
/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp110 locatorImpl->StopLocating(callbackStub); in HWTEST_F()
H A Dlocator_service_test.cpp177 locatorImpl->StopLocating(callbackStub_); in StartAndStopForLocating()
302 locatorImpl->StopLocating(callbackStub_); in HWTEST_F()
/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp158 locatorAbility->StopLocating(callback_); in StopLocatorThread()
H A Dlocator_ability.cpp1077 LocationErrCode LocatorAbility::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorAbility
1590 StopLocating(callback); in RemoveInvalidRequests()
2244 locatorAbility->StopLocating(callback); in OnRemoteDied()
/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h139 LocationErrCode StopLocating(sptr<ILocatorCallback>& callback);
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_impl.cpp246 g_locatorProxy->StopLocating(callbackPtr); in GetCurrentLocation()
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp148 void LocatorImpl::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorImpl
158 proxy->StopLocating(callback); in StopLocating()
H A Dlocator_proxy.cpp193 int LocatorProxy::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorProxy
196 LBSLOGE(LOCATOR_STANDARD, "StopLocating callback is nullptr"); in StopLocating()
201 LBSLOGD(LOCATOR_STANDARD, "Proxy::StopLocating Transact ErrCodes = %{public}d", error); in StopLocating()
636 LBSLOGE(LOCATOR_STANDARD, "StopLocating callback is nullptr"); in StopLocatingV9()
974 LBSLOGE(LOCATOR_STANDARD, "StopLocating callback is nullptr"); in UnSubscribeLocationError()

Completed in 24 milliseconds

12