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:syncFlag
(Results
1 - 8
of
8
) sorted by relevance
/base/hiviewdfx/hievent_lite/frameworks/
H
A
D
hiview_output_event.c
481
static void FlushEventInfo(const uint8 type, const HiviewCache *c, boolean
syncFlag
)
in FlushEventInfo()
argument
489
if (
syncFlag
== FALSE) {
in FlushEventInfo()
490
/* If
syncFlag
is FALSE, refresh event information asynchronously */
in FlushEventInfo()
510
static void FlushFaultEvent(boolean
syncFlag
)
in FlushFaultEvent()
argument
519
FlushEventInfo(HIEVENT_FAULT, c,
syncFlag
);
in FlushFaultEvent()
522
static void FlushUeEvent(boolean
syncFlag
)
in FlushUeEvent()
argument
531
FlushEventInfo(HIEVENT_UE, c,
syncFlag
);
in FlushUeEvent()
534
static void FlushStatEvent(boolean
syncFlag
)
in FlushStatEvent()
argument
543
FlushEventInfo(HIEVENT_STAT, c,
syncFlag
);
in FlushStatEvent()
546
void FlushEvent(boolean
syncFlag
)
in FlushEvent()
argument
[all...]
H
A
D
hiview_output_event.h
66
* @param
syncFlag
indicates synchronised flush or asynchronous flush.
69
void FlushEvent(boolean
syncFlag
);
H
A
D
hiview_event.c
173
void HiEventFlush(boolean
syncFlag
)
in HiEventFlush()
argument
175
FlushEvent(
syncFlag
);
in HiEventFlush()
/base/hiviewdfx/hilog_lite/frameworks/mini/
H
A
D
hiview_output_log.h
64
* @param
syncFlag
indicates synchronised flush or asynchronous flush.
67
void FlushLog(boolean
syncFlag
);
H
A
D
hiview_log.c
181
void HiLogFlush(boolean
syncFlag
)
in HiLogFlush()
argument
183
FlushLog(
syncFlag
);
in HiLogFlush()
H
A
D
hiview_output_log.c
633
void FlushLog(boolean
syncFlag
)
in FlushLog()
argument
637
if (
syncFlag
== FALSE) {
in FlushLog()
/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H
A
D
hiview_event.h
117
* @param
syncFlag
indicates synchronised flush or asynchronous flush.
120
void HiEventFlush(boolean
syncFlag
);
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H
A
D
hiview_log.h
201
* @param
syncFlag
indicates synchronised flush or asynchronous flush.
204
void HiLogFlush(boolean
syncFlag
);
Completed in 5 milliseconds