Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ClearHostIP
(Results
1 - 12
of
12
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_engine_impl.h
78
void
ClearHostIP
(const ArkWebString& hostName) override;
H
A
D
ark_web_engine_impl.cpp
201
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
D
ark_web_engine.h
104
virtual void
ClearHostIP
(const ArkWebString& hostName) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_engine_wrapper.cpp
232
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
D
ark_web_engine_wrapper.h
77
void
ClearHostIP
(const std::string& hostName) override;
/base/web/webview/ohos_nweb/include/
H
A
D
nweb_helper.h
82
void
ClearHostIP
(const std::string& hostName);
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_engine.h
78
virtual void
ClearHostIP
(const std::string& hostName) = 0;
/base/web/webview/test/unittest/nweb_helper_test/
H
A
D
nweb_helper_test.cpp
143
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
D
nwebhelper_fuzzer.cpp
143
void
ClearHostIP
(const std::string& hostName) {}
in ClearHostIP()
function in OHOS::NWeb::MockNWebEngine
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_helper.cpp
976
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
D
napi_webview_controller.h
344
static napi_value
ClearHostIP
(napi_env env, napi_callback_info info);
H
A
D
napi_webview_controller.cpp
624
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