Home
last modified time | relevance | path

Searched refs:hosts (Results 1 - 11 of 11) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.h52 void AddIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) override;
54 void RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) override;
H A Dark_web_engine_impl.cpp137 void ArkWebEngineImpl::AddIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) in AddIntelligentTrackingPreventionBypassingList() argument
139 nweb_engine_->AddIntelligentTrackingPreventionBypassingList(ArkWebStringVectorStructToClass(hosts)); in AddIntelligentTrackingPreventionBypassingList()
142 void ArkWebEngineImpl::RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) in RemoveIntelligentTrackingPreventionBypassingList() argument
144 nweb_engine_->RemoveIntelligentTrackingPreventionBypassingList(ArkWebStringVectorStructToClass(hosts)); in RemoveIntelligentTrackingPreventionBypassingList()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h69 virtual void AddIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) = 0;
72 virtual void RemoveIntelligentTrackingPreventionBypassingList(const ArkWebStringVector& hosts) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp144 void ArkWebEngineWrapper::AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) in AddIntelligentTrackingPreventionBypassingList() argument
146 ArkWebStringVector stHosts = ArkWebStringVectorClassToStruct(hosts); in AddIntelligentTrackingPreventionBypassingList()
153 void ArkWebEngineWrapper::RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) in RemoveIntelligentTrackingPreventionBypassingList() argument
155 ArkWebStringVector stHosts = ArkWebStringVectorClassToStruct(hosts); in RemoveIntelligentTrackingPreventionBypassingList()
H A Dark_web_engine_wrapper.h51 void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) override;
53 void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) override;
/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h66 void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts);
67 void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts);
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h54 virtual void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) = 0;
56 virtual void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) = 0;
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp111 void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) {} in AddIntelligentTrackingPreventionBypassingList() argument
113 void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) {} in RemoveIntelligentTrackingPreventionBypassingList() argument
495 std::vector<std::string> hosts; in HWTEST_F() local
496 NWebHelper::Instance().AddIntelligentTrackingPreventionBypassingList(hosts); in HWTEST_F()
497 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts); in HWTEST_F()
515 NWebHelper::Instance().AddIntelligentTrackingPreventionBypassingList(hosts); in HWTEST_F()
516 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts); in HWTEST_F()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp111 void AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) {} in AddIntelligentTrackingPreventionBypassingList() argument
113 void RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) {} in RemoveIntelligentTrackingPreventionBypassingList() argument
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp852 void NWebHelper::AddIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) in AddIntelligentTrackingPreventionBypassingList() argument
859 nwebEngine_->AddIntelligentTrackingPreventionBypassingList(hosts); in AddIntelligentTrackingPreventionBypassingList()
862 void NWebHelper::RemoveIntelligentTrackingPreventionBypassingList(const std::vector<std::string>& hosts) in RemoveIntelligentTrackingPreventionBypassingList() argument
869 nwebEngine_->RemoveIntelligentTrackingPreventionBypassingList(hosts); in RemoveIntelligentTrackingPreventionBypassingList()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp5439 bool GetHostList(napi_env env, napi_value array, std::vector<std::string>& hosts) in GetHostList() argument
5468 hosts.emplace_back(hostStr); in GetHostList()
5496 std::vector<std::string> hosts; in AddIntelligentTrackingPreventionBypassingList() local
5497 if (!GetHostList(env, argv[INTEGER_ZERO], hosts)) { in AddIntelligentTrackingPreventionBypassingList()
5502 NWebHelper::Instance().AddIntelligentTrackingPreventionBypassingList(hosts); in AddIntelligentTrackingPreventionBypassingList()
5530 std::vector<std::string> hosts; in RemoveIntelligentTrackingPreventionBypassingList() local
5531 if (!GetHostList(env, argv[INTEGER_ZERO], hosts)) { in RemoveIntelligentTrackingPreventionBypassingList()
5536 NWebHelper::Instance().RemoveIntelligentTrackingPreventionBypassingList(hosts); in RemoveIntelligentTrackingPreventionBypassingList()

Completed in 17 milliseconds