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:onEvent
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updateservice/interfaces/inner_api/engine/src/
H
A
D
update_callback.cpp
26
if (updateCallback_.
onEvent
!= nullptr) {
in OnEvent()
27
updateCallback_.
onEvent
(eventInfo);
in OnEvent()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H
A
D
hisysevent_listener_c.h
29
HiSysEventListenerC(OnEventFunc
onEvent
, OnServiceDiedFunc onServiceDied)
in HiSysEventListenerC()
argument
31
onEvent_ =
onEvent
;
in HiSysEventListenerC()
/base/update/updateservice/interfaces/inner_api/feature/update/model/event/
H
A
D
update_callback_info.h
26
OnEvent
onEvent
;
member
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H
A
D
napi_hisysevent_listener.cpp
30
constexpr char ON_EVENT_ATTR[] = "
onEvent
";
69
napi_value
onEvent
= NapiHiSysEventUtil::GetPropertyByName(env, listener, ON_EVENT_ATTR);
in OnEvent()
71
status = napi_call_function(env, listener,
onEvent
, ON_EVENT_PARAM_COUNT, argv, &ret);
in OnEvent()
73
HILOG_ERROR(LOG_CORE, "failed to call
onEvent
JS function.");
in OnEvent()
/base/update/updateservice/test/fuzztest/common/
H
A
D
fuzztest_helper.cpp
115
cb.
onEvent
= FtOnEvent;
in BuildUpdateCallbackInfo()
/base/hiviewdfx/hiview/plugins/eventlogger/
H
A
D
event_logger.cpp
125
bool EventLogger::OnEvent(std::shared_ptr<Event> &
onEvent
)
in OnEvent()
argument
127
if (
onEvent
== nullptr) {
in OnEvent()
134
auto sysEvent = Event::DownCastTo<SysEvent>(
onEvent
);
in OnEvent()
Completed in 7 milliseconds