Home
last modified time | relevance | path

Searched refs:SetHostIP (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.cpp197 void ArkWebEngineImpl::SetHostIP(const ArkWebString& hostName, const ArkWebString& address, int32_t… in SetHostIP() function in OHOS::ArkWeb::ArkWebEngineImpl
199 …nweb_engine_->SetHostIP(ArkWebStringStructToClass(hostName), ArkWebStringStructToClass(address), a… in SetHostIP()
H A Dark_web_engine_impl.h76 …void SetHostIP(const ArkWebString& hostName, const ArkWebString& address, int32_t aliveTime) overr…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_wrapper.cpp218 void ArkWebEngineWrapper::SetHostIP(const std::string& hostName, const std::string& address, int32_… in SetHostIP() function in OHOS::ArkWeb::ArkWebEngineWrapper
220 …ark_web_engine_->SetHostIP(ArkWebStringClassToStruct(hostName), ArkWebStringClassToStruct(address)… in SetHostIP()
H A Dark_web_engine_wrapper.h73 …void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) overrid…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine.h101 …virtual void SetHostIP(const ArkWebString& hostName, const ArkWebString& address, int32_t aliveTim…
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_engine.h76 …virtual void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime)…
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h80 void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime);
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp141 void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) {} in SetHostIP() function in OHOS::NWeb::MockNWebEngine
566 NWebHelper::Instance().SetHostIP(hostName, address, aliveTime);
571 NWebHelper::Instance().SetHostIP(hostName, address, aliveTime);
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp141 void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) {} in SetHostIP() function in OHOS::NWeb::MockNWebEngine
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp943 void NWebHelper::SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTi… in SetHostIP() function in OHOS::NWeb::NWebHelper
950 nwebEngine_->SetHostIP(hostName, address, aliveTime); in SetHostIP()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h342 static napi_value SetHostIP(napi_env env, napi_callback_info info);
H A Dnapi_webview_controller.cpp623 DECLARE_NAPI_STATIC_FUNCTION("setHostIP", NapiWebviewController::SetHostIP), in Init()
5936 napi_value NapiWebviewController::SetHostIP(napi_env env, napi_callback_info info) in SetHostIP() function in OHOS::NWeb::NapiWebviewController
5966 NWebHelper::Instance().SetHostIP(hostName, address, aliveTime); in SetHostIP()