/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_proxy_adapter_wrapper.cpp | 28 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 D | ark_location_proxy_adapter_wrapper.h | 28 int32_t StartLocating(std::shared_ptr<OHOS::NWeb::LocationRequestConfig> requestConfig,
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_proxy_adapter_impl.cpp | 29 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 D | ark_location_proxy_adapter_impl.h | 28 int32_t StartLocating(ArkWebRefPtr<ArkLocationRequestConfig> requestConfig,
|
/base/web/webview/ohos_wrapper/src/ |
H A D | nweb_location_wrapper.cpp | 35 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 D | location_proxy_adapter_test.cpp | 232 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 D | location_adapter.h | 104 virtual int32_t StartLocating(
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_location_adapter.h | 95 virtual int32_t StartLocating(
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
H A D | location_proxy_adapter_mock.cpp | 114 int32_t LocationProxyAdapterImpl::StartLocating( in StartLocating() function in OHOS::NWeb::LocationProxyAdapterImpl
|
H A D | location_proxy_adapter_impl.cpp | 251 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 D | location_proxy_adapter_impl.h | 89 int32_t StartLocating(
|
/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 54 int StartLocating(std::unique_ptr<RequestConfig>& requestConfig,
|
H A D | locator.h | 42 virtual void StartLocating(std::unique_ptr<RequestConfig>& requestConfig,
|
H A D | locator_impl.h | 81 void StartLocating(std::unique_ptr<RequestConfig>& requestConfig,
|
/base/location/frameworks/js/napi/source/ |
H A D | location_napi_system.cpp | 56 g_locatorImpl->StartLocating(requestConfig, locatorCallback); in GetLocationOnce() 209 g_locatorImpl->StartLocating(requestConfig, locatorCallback); in SubscribeSystemLocationChange()
|
H A D | location_napi_event.cpp | 230 g_locatorProxy->StartLocating(requestConfig, locatorCallback); in SubscribeLocationChange() 426 g_locatorProxy->StartLocating(context->request_, callbackPtr); in GenerateExecuteContext()
|
/base/location/test/location_locator/source/ |
H A D | location_without_permission_test.cpp | 109 locatorImpl->StartLocating(requestConfig, callbackStub); in HWTEST_F()
|
H A D | locator_service_test.cpp | 176 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 D | locator_ability_test.cpp | 226 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 D | locator_ability.h | 137 LocationErrCode StartLocating(std::unique_ptr<RequestConfig>& requestConfig,
|
/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_impl.cpp | 126 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 D | locator_proxy.cpp | 172 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 D | locator_skeleton.cpp | 305 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 D | locator_ability.cpp | 939 LocationErrCode LocatorAbility::StartLocating(std::unique_ptr<RequestConfig>& requestConfig, in StartLocating() function in OHOS::Location::LocatorAbility
|