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:resultAbort
(Results
1 - 4
of
4
) sorted by relevance
/base/notification/common_event_service/services/include/
H
A
D
ordered_event_record.h
48
bool
resultAbort
;
member
59
resultAbort
(false)
in OrderedEventRecord()
H
A
D
history_event_record.h
72
bool
resultAbort
;
member
87
resultAbort
(false)
in HistoryEventRecord()
/base/notification/common_event_service/services/src/
H
A
D
common_event_control_manager.cpp
474
record.
resultAbort
= eventRecordPtr->
resultAbort
;
in EnqueueHistoryEventRecord()
591
if ((sp->receivers.empty()) || (sp->nextReceiver >= numReceivers) || sp->
resultAbort
|| forceReceive) {
in ProcessNextOrderedEvent()
717
bool abort = sp->
resultAbort
;
in CurrentOrderedEventTimeout()
742
recordPtr->
resultAbort
= abortEvent;
in FinishReceiver()
1102
std::string
resultAbort
= record->
resultAbort
? "true" : "false";
in DumpStateByCommonEventRecord()
local
1103
resultAbort
= "\tResultAbort: " +
resultAbort
+ "\n";
in DumpStateByCommonEventRecord()
1106
isSystemEvent + want + code + data + lastSubscriber + state + receiverTime + dispatchTime +
resultAbort
;
in DumpStateByCommonEventRecord()
1216
std::string
resultAbort
= record.
resultAbort
? "true" : "false";
DumpHistoryStateByCommonEventRecord()
local
[all...]
H
A
D
inner_common_event_manager.cpp
388
controlPtr_->FinishReceiverAction(sp, code, data, sp->
resultAbort
);
in UnsubscribeCommonEvent()
Completed in 4 milliseconds