Home
last modified time | relevance | path

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

12

/ohos5.0/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;
/ohos5.0/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;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp237 result = proxyAdapterImpl->StopLocating(-1);
239 result = proxyAdapterImpl->StopLocating(0);
241 result = proxyAdapterImpl->StopLocating(0);
269 result = proxyAdapterImpl->StopLocating(id);
/ohos5.0/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.cpp437 g_locatorProxy->StopLocating(callbackPtr); in GenerateExecuteContext()
602 g_locatorProxy->StopLocating(callback); in UnSubscribeLocationChange()
/ohos5.0/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
/ohos5.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.cpp288 bool LocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating() function in OHOS::NWeb::LocationProxyAdapterImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h99 virtual bool StopLocating(int32_t callbackId) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h107 virtual bool StopLocating(int32_t callbackId) = 0;
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dself_request_manager.cpp95 LocatorAbility::GetInstance()->StopLocating(callback_); in ProcessStopSelfRequestEvent()
H A Dlocator_background_proxy.cpp161 locatorAbility->StopLocating(callback_); in StopLocatorThread()
H A Dlocator_ability.cpp1126 LocationErrCode LocatorAbility::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorAbility
1651 StopLocating(callback); in RemoveInvalidRequests()
2308 locatorAbility->StopLocating(callback); in OnRemoteDied()
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h92 bool StopLocating(int32_t callbackId) override;
/ohos5.0/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);
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp390 locatorAbility->StopLocating(callback);
392 locatorAbility->StopLocating(callback);
393 locatorAbility->StopLocating(callback);
/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp110 locatorImpl->StopLocating(callbackStub);
H A Dlocator_service_test.cpp174 locatorImpl->StopLocating(callbackStub_); in StartAndStopForLocating()
299 locatorImpl->StopLocating(callbackStub_);
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h139 LocationErrCode StopLocating(sptr<ILocatorCallback>& callback);
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp149 void LocatorImpl::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorImpl
159 proxy->StopLocating(callback); in StopLocating()
H A Dlocator_proxy.cpp193 int LocatorProxy::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorProxy

12