/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_impl.cpp | 197 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 D | ark_web_engine_impl.h | 76 …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 D | ark_web_engine_wrapper.cpp | 218 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 D | ark_web_engine_wrapper.h | 73 …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 D | ark_web_engine.h | 101 …virtual void SetHostIP(const ArkWebString& hostName, const ArkWebString& address, int32_t aliveTim…
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_engine.h | 76 …virtual void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime)…
|
/ohos5.0/base/web/webview/ohos_nweb/include/ |
H A D | nweb_helper.h | 80 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 D | nweb_helper_test.cpp | 141 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 D | nwebhelper_fuzzer.cpp | 141 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 D | nweb_helper.cpp | 943 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 D | napi_webview_controller.h | 342 static napi_value SetHostIP(napi_env env, napi_callback_info info);
|
H A D | napi_webview_controller.cpp | 623 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()
|