Searched refs:aliveTime (Results 1 - 11 of 11) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_impl.h | 76 void SetHostIP(const ArkWebString& hostName, const ArkWebString& address, int32_t aliveTime) override;
|
H A D | ark_web_engine_impl.cpp | 196 void ArkWebEngineImpl::SetHostIP(const ArkWebString& hostName, const ArkWebString& address, int32_t aliveTime) in SetHostIP() argument 198 nweb_engine_->SetHostIP(ArkWebStringStructToClass(hostName), ArkWebStringStructToClass(address), aliveTime); in SetHostIP() local
|
/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 aliveTime) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_engine_wrapper.cpp | 227 void ArkWebEngineWrapper::SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) in SetHostIP() argument 229 ark_web_engine_->SetHostIP(ArkWebStringClassToStruct(hostName), ArkWebStringClassToStruct(address), aliveTime); in SetHostIP() local
|
H A D | ark_web_engine_wrapper.h | 75 void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) override;
|
/base/web/webview/ohos_nweb/include/ |
H A D | nweb_helper.h | 81 void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime);
|
/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) = 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() argument 561 int32_t aliveTime = 0; in HWTEST_F() local 564 NWebHelper::Instance().SetHostIP(hostName, address, aliveTime); in HWTEST_F() 569 NWebHelper::Instance().SetHostIP(hostName, address, aliveTime); in HWTEST_F()
|
/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() argument
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_helper.cpp | 954 void NWebHelper::SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) in SetHostIP() argument 961 nwebEngine_->SetHostIP(hostName, address, aliveTime); in SetHostIP()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 5970 int32_t aliveTime = INTEGER_ZERO; in SetHostIP() local 5981 !NapiParseUtils::ParseInt32(env, argv[INTEGER_TWO], aliveTime) || in SetHostIP() 5982 aliveTime <= 0) { in SetHostIP() 5993 NWebHelper::Instance().SetHostIP(hostName, address, aliveTime); in SetHostIP()
|
Completed in 17 milliseconds