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:eventData_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/services/common/include/
H
A
D
event_handler_wrap.h
37
eventData_
= std::make_shared<EventDataBase>();
in EventWrap()
42
eventData_
= std::make_shared<EventDataBase>();
in EventWrap()
45
: eventId_(eventId), param_(0),
eventData_
(data)
in EventWrap()
47
if (!
eventData_
) {
in EventWrap()
48
eventData_
= std::make_shared<EventDataBase>();
in EventWrap()
61
return
eventData_
;
in GetEventData()
77
return
eventData_
== other.
eventData_
;
in IsSame()
102
std::shared_ptr<EventDataBase>
eventData_
;
member in OHOS::AAFwk::EventWrap
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H
A
D
dsched_continue.cpp
186
eventData_
.eventResult_ = 0;
in SetEventData()
187
eventData_
.srcNetworkId_ = srcContinueInfo.networkId;
in SetEventData()
188
eventData_
.srcBundleName_ = srcContinueInfo.bundleName;
in SetEventData()
189
eventData_
.srcModuleName_ = srcContinueInfo.moduleName;
in SetEventData()
190
eventData_
.srcAbilityName_ = srcContinueInfo.abilityName;
in SetEventData()
191
eventData_
.dstNetworkId_ = dstContinueInfo.networkId;
in SetEventData()
192
eventData_
.destBundleName_ = dstContinueInfo.bundleName;
in SetEventData()
193
eventData_
.destModuleName_ = dstContinueInfo.moduleName;
in SetEventData()
194
eventData_
.destAbilityName_ = dstContinueInfo.abilityName;
in SetEventData()
195
eventData_
in SetEventData()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H
A
D
dsched_continue.h
233
EventNotify
eventData_
;
member in OHOS::DistributedSchedule::DSchedContinue
Completed in 3 milliseconds