Searched refs:ClearHostIP (Results 1 – 12 of 12) sorted by relevance
202 void ArkWebEngineImpl::ClearHostIP(const ArkWebString& hostName) in ClearHostIP() function in OHOS::ArkWeb::ArkWebEngineImpl204 nweb_engine_->ClearHostIP(ArkWebStringStructToClass(hostName)); in ClearHostIP()
78 void ClearHostIP(const ArkWebString& hostName) override;
223 void ArkWebEngineWrapper::ClearHostIP(const std::string& hostName) in ClearHostIP() function in OHOS::ArkWeb::ArkWebEngineWrapper225 ark_web_engine_->ClearHostIP(ArkWebStringClassToStruct(hostName)); in ClearHostIP()
75 void ClearHostIP(const std::string& hostName) override;
104 virtual void ClearHostIP(const ArkWebString& hostName) = 0;
78 virtual void ClearHostIP(const std::string& hostName) = 0;
81 void ClearHostIP(const std::string& hostName);
143 void ClearHostIP(const std::string& hostName) {} in ClearHostIP() function in OHOS::NWeb::MockNWebEngine591 NWebHelper::Instance().ClearHostIP(hostName);596 NWebHelper::Instance().ClearHostIP(hostName);
143 void ClearHostIP(const std::string& hostName) {} in ClearHostIP() function in OHOS::NWeb::MockNWebEngine
965 void NWebHelper::ClearHostIP(const std::string& hostName) in ClearHostIP() function in OHOS::NWeb::NWebHelper972 nwebEngine_->ClearHostIP(hostName); in ClearHostIP()
344 static napi_value ClearHostIP(napi_env env, napi_callback_info info);
624 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::NapiWebviewController5993 NWebHelper::Instance().ClearHostIP(hostName); in ClearHostIP()