Home
last modified time | relevance | path

Searched refs:StartLocating (Results 1 - 24 of 24) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_proxy_adapter_wrapper.cpp28 int32_t ArkLocationProxyAdapterWrapper::StartLocating(std::shared_ptr<OHOS::NWeb::LocationRequestConfig> requestConfig, in StartLocating() function in OHOS::ArkWeb::ArkLocationProxyAdapterWrapper
35 return ctocpp_->StartLocating(config->ctocpp_, nullptr); in StartLocating()
38 return ctocpp_->StartLocating(config->ctocpp_, new ArkLocationCallbackAdapterImpl(callback)); in StartLocating()
H A Dark_location_proxy_adapter_wrapper.h28 int32_t StartLocating(std::shared_ptr<OHOS::NWeb::LocationRequestConfig> requestConfig,
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_proxy_adapter_impl.cpp29 int32_t ArkLocationProxyAdapterImpl::StartLocating( in StartLocating() function in OHOS::ArkWeb::ArkLocationProxyAdapterImpl
35 return real_->StartLocating(imp->real_, nullptr); in StartLocating()
38 return real_->StartLocating(imp->real_, std::make_shared<ArkLocationCallbackAdapterWrapper>(callback)); in StartLocating()
H A Dark_location_proxy_adapter_impl.h28 int32_t StartLocating(ArkWebRefPtr<ArkLocationRequestConfig> requestConfig,
/base/web/webview/ohos_wrapper/src/
H A Dnweb_location_wrapper.cpp35 WVLOG_E("StartLocating failed, errcode:%{public}d", ret); in IsLocationEnable()
41 extern "C" OHOS_NWEB_EXPORT bool StartLocating( in StartLocating() function
52 WVLOG_E("StartLocating failed, errcode:%{public}d", ret); in StartLocating()
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp232 int32_t id = proxyAdapterImpl->StartLocating(requestConfig, nullptr); in HWTEST_F()
234 id = proxyAdapterImpl->StartLocating(requestConfig, callback); in HWTEST_F()
266 int32_t id = proxyAdapterImpl->StartLocating(requestConfig, callback); in HWTEST_F()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h104 virtual int32_t StartLocating(
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h95 virtual int32_t StartLocating(
/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_mock.cpp114 int32_t LocationProxyAdapterImpl::StartLocating( in StartLocating() function in OHOS::NWeb::LocationProxyAdapterImpl
H A Dlocation_proxy_adapter_impl.cpp251 dlsym(wrapperHandle_, "StartLocating")); in LocationProxyAdapterImpl()
260 int32_t LocationProxyAdapterImpl::StartLocating( in StartLocating() function in OHOS::NWeb::LocationProxyAdapterImpl
276 WVLOG_E("StartLocating failed, errcode:%{public}d", ret); in StartLocating()
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h89 int32_t StartLocating(
/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h54 int StartLocating(std::unique_ptr<RequestConfig>& requestConfig,
H A Dlocator.h42 virtual void StartLocating(std::unique_ptr<RequestConfig>& requestConfig,
H A Dlocator_impl.h81 void StartLocating(std::unique_ptr<RequestConfig>& requestConfig,
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_system.cpp56 g_locatorImpl->StartLocating(requestConfig, locatorCallback); in GetLocationOnce()
209 g_locatorImpl->StartLocating(requestConfig, locatorCallback); in SubscribeSystemLocationChange()
H A Dlocation_napi_event.cpp230 g_locatorProxy->StartLocating(requestConfig, locatorCallback); in SubscribeLocationChange()
426 g_locatorProxy->StartLocating(context->request_, callbackPtr); in GenerateExecuteContext()
/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp109 locatorImpl->StartLocating(requestConfig, callbackStub); in HWTEST_F()
H A Dlocator_service_test.cpp176 locatorImpl->StartLocating(requestConfig, callbackStub_); in StartAndStopForLocating()
1991 locatorAbility->StartLocating(requestConfig, callbackStub, identity); in HWTEST_F()
1993 locatorAbility->StartLocating(requestConfig, callbackStub, identity); in HWTEST_F()
1999 locatorAbility->StartLocating(requestConfig, callbackStub, identity); in HWTEST_F()
/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp226 locatorAbility->StartLocating(requestConfig, callbackStub, identity); in HWTEST_F()
231 locatorAbility->StartLocating(requestConfig, callbackStub, identity); in HWTEST_F()
/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h137 LocationErrCode StartLocating(std::unique_ptr<RequestConfig>& requestConfig,
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp126 void LocatorImpl::StartLocating(std::unique_ptr<RequestConfig>& requestConfig, in StartLocating() function in OHOS::Location::LocatorImpl
142 int errCode = proxy->StartLocating(requestConfig, callback, "location.ILocator", 0, 0); in StartLocating()
H A Dlocator_proxy.cpp172 int LocatorProxy::StartLocating(std::unique_ptr<RequestConfig>& requestConfig, in StartLocating() function in OHOS::Location::LocatorProxy
189 LBSLOGD(LOCATOR_STANDARD, "Proxy::StartLocating Transact ErrCodes = %{public}d", error); in StartLocating()
629 LBSLOGD(LOCATOR_STANDARD, "Proxy::StartLocating Transact ErrCodes = %{public}d", errorCode); in StartLocatingV9()
967 LBSLOGD(LOCATOR_STANDARD, "Proxy::StartLocating Transact ErrCodes = %{public}d", errorCode); in SubscribeLocationError()
/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp305 LBSLOGE(LOCATOR, "StartLocating remote object nullptr"); in PreStartLocating()
311 reply.WriteInt32(locatorAbility->StartLocating(requestConfig, callback, identity)); in PreStartLocating()
1114 LBSLOGE(LOCATOR, "StartLocating remote object nullptr"); in PreRegisterLocationError()
H A Dlocator_ability.cpp939 LocationErrCode LocatorAbility::StartLocating(std::unique_ptr<RequestConfig>& requestConfig, in StartLocating() function in OHOS::Location::LocatorAbility

Completed in 24 milliseconds