Home
last modified time | relevance | path

Searched refs:ClearHostIP (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.cpp202 void ArkWebEngineImpl::ClearHostIP(const ArkWebString& hostName) in ClearHostIP() function in OHOS::ArkWeb::ArkWebEngineImpl
204 nweb_engine_->ClearHostIP(ArkWebStringStructToClass(hostName)); in ClearHostIP()
H A Dark_web_engine_impl.h78 void ClearHostIP(const ArkWebString& hostName) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp223 void ArkWebEngineWrapper::ClearHostIP(const std::string& hostName) in ClearHostIP() function in OHOS::ArkWeb::ArkWebEngineWrapper
225 ark_web_engine_->ClearHostIP(ArkWebStringClassToStruct(hostName)); in ClearHostIP()
H A Dark_web_engine_wrapper.h75 void ClearHostIP(const std::string& hostName) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h104 virtual void ClearHostIP(const ArkWebString& hostName) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h78 virtual void ClearHostIP(const std::string& hostName) = 0;
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h81 void ClearHostIP(const std::string& hostName);
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp143 void ClearHostIP(const std::string& hostName) {} in ClearHostIP() function in OHOS::NWeb::MockNWebEngine
591 NWebHelper::Instance().ClearHostIP(hostName);
596 NWebHelper::Instance().ClearHostIP(hostName);
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp143 void ClearHostIP(const std::string& hostName) {} in ClearHostIP() function in OHOS::NWeb::MockNWebEngine
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp965 void NWebHelper::ClearHostIP(const std::string& hostName) in ClearHostIP() function in OHOS::NWeb::NWebHelper
972 nwebEngine_->ClearHostIP(hostName); in ClearHostIP()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h344 static napi_value ClearHostIP(napi_env env, napi_callback_info info);
H A Dnapi_webview_controller.cpp624 DECLARE_NAPI_STATIC_FUNCTION("clearHostIP", NapiWebviewController::ClearHostIP), in Init()
5972 napi_value NapiWebviewController::ClearHostIP(napi_env env, napi_callback_info info) in ClearHostIP() function in OHOS::NWeb::NapiWebviewController
5993 NWebHelper::Instance().ClearHostIP(hostName); in ClearHostIP()