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:isSystemEvent
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/common_event_service/services/include/
H
A
D
common_event_record.h
45
bool
isSystemEvent
;
member
51
isSystemEvent
(false)
in CommonEventRecord()
H
A
D
history_event_record.h
64
bool
isSystemEvent
;
member
82
isSystemEvent
(false),
in HistoryEventRecord()
/base/notification/common_event_service/services/src/
H
A
D
common_event_sticky_manager.cpp
134
std::string
isSystemEvent
= record->
isSystemEvent
? "true" : "false";
in DumpState()
local
135
isSystemEvent
= "\tIsSystemEvent: " +
isSystemEvent
+ "\n";
in DumpState()
166
isSystemEvent
+ want + code + data;
in DumpState()
H
A
D
common_event_control_manager.cpp
320
if (eventRecord.
isSystemEvent
) {
in ProcessUnorderedEvent()
451
record.
isSystemEvent
= eventRecordPtr->
isSystemEvent
;
in EnqueueHistoryEventRecord()
1050
std::string
isSystemEvent
= record->
isSystemEvent
? "true" : "false";
in DumpStateByCommonEventRecord()
local
1051
isSystemEvent
= "\tIsSystemEvent: " +
isSystemEvent
+ "\n";
in DumpStateByCommonEventRecord()
1106
isSystemEvent
+ want + code + data + lastSubscriber + state + receiverTime + dispatchTime + resultAbort;
in DumpStateByCommonEventRecord()
1164
std::string
isSystemEvent
= record.
isSystemEvent
in DumpHistoryStateByCommonEventRecord()
local
[all...]
H
A
D
inner_common_event_manager.cpp
235
bool
isSystemEvent
= DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(action);
in PublishCommonEvent()
local
243
if (
isSystemEvent
) {
in PublishCommonEvent()
273
eventRecord.
isSystemEvent
=
isSystemEvent
;
in PublishCommonEvent()
H
A
D
common_event_subscriber_manager.cpp
91
bool
isSystemEvent
= DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(event);
in InsertSubscriber()
local
92
if (!
isSystemEvent
&& eventSubscribeInfo->GetPermission().empty() &&
in InsertSubscriber()
Completed in 7 milliseconds