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:ClearHistory
(Results
1 - 9
of
9
) sorted by relevance
/base/hiviewdfx/hiview/base/event_store/store/include/
H
A
D
sys_event_repeat_db.h
48
void
ClearHistory
(const int64_t happentime);
/base/hiviewdfx/hiview/base/event_store/store/
H
A
D
sys_event_repeat_db.cpp
147
ClearHistory
(happentime);
in Clear()
192
void SysEventRepeatDb::
ClearHistory
(const int64_t happentime)
in ClearHistory()
function in OHOS::HiviewDFX::SysEventRepeatDb
/base/web/webview/interfaces/kits/cj/include/
H
A
D
webview_controller_impl.h
165
void
ClearHistory
();
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
webview_controller.h
148
void
ClearHistory
();
H
A
D
napi_webview_controller.h
112
static napi_value
ClearHistory
(napi_env env, napi_callback_info info);
H
A
D
webview_controller.cpp
239
void WebviewController::
ClearHistory
()
in ClearHistory()
function in OHOS::NWeb::WebviewController
H
A
D
napi_webview_controller.cpp
520
DECLARE_NAPI_FUNCTION("clearHistory", NapiWebviewController::
ClearHistory
),
in Init()
1275
napi_value NapiWebviewController::
ClearHistory
(napi_env env, napi_callback_info info)
in ClearHistory()
function in OHOS::NWeb::NapiWebviewController
1283
webviewController->
ClearHistory
();
in ClearHistory()
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_controller_impl.cpp
501
void WebviewControllerImpl::
ClearHistory
()
in ClearHistory()
function in OHOS::Webview::WebviewControllerImpl
H
A
D
webview_ffi.cpp
639
nativeWebviewCtl->
ClearHistory
();
in FfiOHOSWebviewCtlClearHistory()
Completed in 22 milliseconds