Home
last modified time | relevance | path

Searched refs:SetHttpDns (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_download_manager_wrapper.cpp28 void ArkWebDownloadManagerWrapper::SetHttpDns(std::shared_ptr<OHOS::NWeb::NWebDOHConfig> config) in SetHttpDns() function in OHOS::ArkWeb::ArkWebDownloadManagerWrapper
31 ark_web_download_manager_->SetHttpDns(nullptr); in SetHttpDns()
35 ark_web_download_manager_->SetHttpDns(new ArkWebDohConfigImpl(config)); in SetHttpDns()
H A Dark_web_download_manager_wrapper.h30 void SetHttpDns(std::shared_ptr<OHOS::NWeb::NWebDOHConfig> config) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_download_manager_impl.cpp29 void ArkWebDownloadManagerImpl::SetHttpDns(ArkWebRefPtr<ArkWebDohConfig> config) in SetHttpDns() function in OHOS::ArkWeb::ArkWebDownloadManagerImpl
32 nweb_download_manager_->SetHttpDns(nullptr); in SetHttpDns()
36 nweb_download_manager_->SetHttpDns(std::make_shared<ArkWebDohConfigWrapper>(config)); in SetHttpDns()
H A Dark_web_download_manager_impl.h32 void SetHttpDns(ArkWebRefPtr<ArkWebDohConfig> config) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_download_manager.h28 virtual void SetHttpDns(ArkWebRefPtr<ArkWebDohConfig> config) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_download_manager.h37 virtual void SetHttpDns(std::shared_ptr<NWebDOHConfig> config) = 0;
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/sethttpdns_fuzzer/
H A Dsethttpdns_fuzzer.cpp44 NWebHelper::Instance().SetHttpDns(config); in SetHttpDnsFuzzTest()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp107 helper.SetHttpDns(config);
176 NWebHelper::Instance().SetHttpDns(config);
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h54 void SetHttpDns(std::shared_ptr<NWebDOHConfig> config);
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp183 NWebHelper::Instance().SetHttpDns(config); in NWebHelperFuzzTest()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp778 void NWebHelper::SetHttpDns(std::shared_ptr<NWebDOHConfig> config) in SetHttpDns() function in OHOS::NWeb::NWebHelper
791 downloadManager->SetHttpDns(config); in SetHttpDns()
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp194 NWebHelper::Instance().SetHttpDns(config);
490 NWebHelper::Instance().SetHttpDns(config);
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h86 static napi_value SetHttpDns(napi_env env, napi_callback_info info);
H A Dnapi_webview_controller.cpp506 DECLARE_NAPI_STATIC_FUNCTION("setHttpDns", NapiWebviewController::SetHttpDns), in Init()
924 napi_value NapiWebviewController::SetHttpDns(napi_env env, napi_callback_info info) in SetHttpDns() function in OHOS::NWeb::NapiWebviewController
970 NWebHelper::Instance().SetHttpDns(config); in SetHttpDns()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp83 NWebHelper::Instance().SetHttpDns(config); in FfiOHOSWebviewCtlSetHttpDns()