Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_impl.h78 void ClearHostIP(const ArkWebString& hostName) override;
H A Dark_web_engine_impl.cpp201 void ArkWebEngineImpl::ClearHostIP(const ArkWebString& hostName) in ClearHostIP() function in OHOS::ArkWeb::ArkWebEngineImpl
203 nweb_engine_->ClearHostIP(ArkWebStringStructToClass(hostName)); in ClearHostIP()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h104 virtual void ClearHostIP(const ArkWebString& hostName) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp232 void ArkWebEngineWrapper::ClearHostIP(const std::string& hostName) in ClearHostIP() function in OHOS::OHOS::ArkWeb::ArkWebEngineWrapper
234 ark_web_engine_->ClearHostIP(ArkWebStringClassToStruct(hostName)); in ClearHostIP()
H A Dark_web_engine_wrapper.h77 void ClearHostIP(const std::string& hostName) override;
/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h82 void ClearHostIP(const std::string& hostName);
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h78 virtual void ClearHostIP(const std::string& hostName) = 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
577 * @tc.desc: ClearHostIP.
589 NWebHelper::Instance().ClearHostIP(hostName); in HWTEST_F()
594 NWebHelper::Instance().ClearHostIP(hostName); in HWTEST_F()
/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
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp976 void NWebHelper::ClearHostIP(const std::string& hostName) in ClearHostIP() function in OHOS::NWeb::NWebHelper
983 nwebEngine_->ClearHostIP(hostName); in ClearHostIP()
/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()
5999 napi_value NapiWebviewController::ClearHostIP(napi_env env, napi_callback_info info) in ClearHostIP() function in OHOS::NWeb::NapiWebviewController
6020 NWebHelper::Instance().ClearHostIP(hostName); in ClearHostIP()

Completed in 23 milliseconds