Home
last modified time | relevance | path

Searched refs:CreateLocationRequestConfig (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_instance_wrapper.cpp46 …::shared_ptr<NWeb::LocationRequestConfig> ArkLocationInstanceWrapper::CreateLocationRequestConfig() in CreateLocationRequestConfig() function in OHOS::ArkWeb::ArkLocationInstanceWrapper
48 ArkWebRefPtr<ArkLocationRequestConfig> ref = ctocpp_->CreateLocationRequestConfig(); in CreateLocationRequestConfig()
H A Dark_location_instance_wrapper.h31 std::shared_ptr<NWeb::LocationRequestConfig> CreateLocationRequestConfig();
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_instance_impl.cpp43 ArkWebRefPtr<ArkLocationRequestConfig> ArkLocationInstanceImpl::CreateLocationRequestConfig() in CreateLocationRequestConfig() function in OHOS::ArkWeb::ArkLocationInstanceImpl
45 std::shared_ptr<OHOS::NWeb::LocationRequestConfig> config = real_.CreateLocationRequestConfig(); in CreateLocationRequestConfig()
H A Dark_location_instance_impl.h31 ArkWebRefPtr<ArkLocationRequestConfig> CreateLocationRequestConfig() override;
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_mock.cpp33 std::shared_ptr<LocationRequestConfig> CreateLocationRequestConfig() override;
47 std::shared_ptr<LocationRequestConfig> LocationInstanceImpl::CreateLocationRequestConfig() in CreateLocationRequestConfig() function in OHOS::NWeb::LocationInstanceImpl
H A Dlocation_instance_impl.cpp31 std::shared_ptr<LocationRequestConfig> LocationInstanceImpl::CreateLocationRequestConfig() in CreateLocationRequestConfig() function in OHOS::NWeb::LocationInstanceImpl
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_instance_impl.h34 std::shared_ptr<LocationRequestConfig> CreateLocationRequestConfig() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/location_adapter/createlocationproxyadapter_fuzzer/
H A Dcreatelocationproxyadapter_fuzzer.cpp33 auto locationRequestConfig = locationInstance.CreateLocationRequestConfig(); in CreateLocationProxyAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h118 virtual ArkWebRefPtr<ArkLocationRequestConfig> CreateLocationRequestConfig() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h122 virtual std::shared_ptr<LocationRequestConfig> CreateLocationRequestConfig() = 0;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp78 LocationInstance::GetInstance().CreateLocationRequestConfig();