/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;
|
/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;
|
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
H A D | location_proxy_adapter_test.cpp | 237 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 D | nweb_location_wrapper.cpp | 58 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 D | location_adapter.h | 107 virtual bool StopLocating(int32_t callbackId) = 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;
|
/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 | 255 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 D | location_proxy_adapter_impl.h | 92 bool StopLocating(int32_t callbackId) override;
|
/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 | 436 g_locatorProxy->StopLocating(callbackPtr); in GenerateExecuteContext() 599 g_locatorProxy->StopLocating(callback); in UnSubscribeLocationChange()
|
/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);
|
/base/location/test/location_manager/source/ |
H A D | locator_ability_test.cpp | 390 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 D | location_without_permission_test.cpp | 110 locatorImpl->StopLocating(callbackStub); in HWTEST_F()
|
H A D | locator_service_test.cpp | 177 locatorImpl->StopLocating(callbackStub_); in StartAndStopForLocating() 302 locatorImpl->StopLocating(callbackStub_); in HWTEST_F()
|
/base/location/services/location_locator/locator/source/ |
H A D | locator_background_proxy.cpp | 158 locatorAbility->StopLocating(callback_); in StopLocatorThread()
|
H A D | locator_ability.cpp | 1077 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 D | locator_ability.h | 139 LocationErrCode StopLocating(sptr<ILocatorCallback>& callback);
|
/base/location/frameworks/cj/source/ |
H A D | geolocationmanager_impl.cpp | 246 g_locatorProxy->StopLocating(callbackPtr); in GetCurrentLocation()
|
/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_impl.cpp | 148 void LocatorImpl::StopLocating(sptr<ILocatorCallback>& callback) in StopLocating() function in OHOS::Location::LocatorImpl 158 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 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()
|