/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_proxy_adapter_impl.cpp | 41 bool ArkLocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating() function in OHOS::ArkWeb::ArkLocationProxyAdapterImpl 43 return real_->StopLocating(callbackId); in StopLocating()
|
H A D | ark_location_proxy_adapter_impl.h | 31 bool StopLocating(int32_t callbackId) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_proxy_adapter_wrapper.cpp | 41 bool ArkLocationProxyAdapterWrapper::StopLocating(int32_t callbackId) in StopLocating() function in OHOS::ArkWeb::ArkLocationProxyAdapterWrapper 43 return ctocpp_->StopLocating(callbackId); in StopLocating()
|
H A D | ark_location_proxy_adapter_wrapper.h | 31 bool StopLocating(int32_t callbackId) override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
H A D | location_proxy_adapter_test.cpp | 237 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 D | location_napi_system.cpp | 46 g_locatorImpl->StopLocating(locatorCallback); in GetLocationOnce() 197 g_locatorImpl->StopLocating(locatorCallback); in SubscribeSystemLocationChange() 252 g_locatorImpl->StopLocating(locatorCallback); in Unsubscribe()
|
H A D | location_napi_event.cpp | 437 g_locatorProxy->StopLocating(callbackPtr); in GenerateExecuteContext() 602 g_locatorProxy->StopLocating(callback); in UnSubscribeLocationChange()
|
/ohos5.0/base/web/webview/ohos_wrapper/src/ |
H A D | nweb_location_wrapper.cpp | 58 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 D | location_proxy_adapter_mock.cpp | 120 bool LocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating() function in OHOS::NWeb::LocationProxyAdapterImpl
|
H A D | location_proxy_adapter_impl.cpp | 288 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 D | ark_location_adapter.h | 99 virtual bool StopLocating(int32_t callbackId) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | location_adapter.h | 107 virtual bool StopLocating(int32_t callbackId) = 0;
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | self_request_manager.cpp | 95 LocatorAbility::GetInstance()->StopLocating(callback_); in ProcessStopSelfRequestEvent()
|
H A D | locator_background_proxy.cpp | 161 locatorAbility->StopLocating(callback_); in StopLocatorThread()
|
H A D | locator_ability.cpp | 1126 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 D | location_proxy_adapter_impl.h | 92 bool StopLocating(int32_t callbackId) override;
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 56 int StopLocating(sptr<ILocatorCallback>& callback);
|
H A D | locator.h | 44 virtual void StopLocating(sptr<ILocatorCallback>& callback) = 0;
|
H A D | locator_impl.h | 89 void StopLocating(sptr<ILocatorCallback>& callback);
|
/ohos5.0/base/location/test/location_manager/source/ |
H A D | locator_ability_test.cpp | 390 locatorAbility->StopLocating(callback); 392 locatorAbility->StopLocating(callback); 393 locatorAbility->StopLocating(callback);
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | location_without_permission_test.cpp | 110 locatorImpl->StopLocating(callbackStub);
|
H A D | locator_service_test.cpp | 174 locatorImpl->StopLocating(callbackStub_); in StartAndStopForLocating() 299 locatorImpl->StopLocating(callbackStub_);
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | locator_ability.h | 139 LocationErrCode StopLocating(sptr<ILocatorCallback>& callback);
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_impl.cpp | 149 void LocatorImpl::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorImpl 159 proxy->StopLocating(callback); in StopLocating()
|
H A D | locator_proxy.cpp | 193 int LocatorProxy::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorProxy
|