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:outputOption
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hiview_lite/
H
A
D
hiview_config.c
20
.
outputOption
= OUTPUT_OPTION,
H
A
D
hiview_config.h
77
uint8
outputOption
: 4; /* Control log output mode. */
member
/base/hiviewdfx/hilog_lite/command/
H
A
D
hilog_command.h
34
const unsigned char
outputOption
: 4; /* Control log output mode. Cannot be modified during running. */
member
H
A
D
hilog_command.c
54
.
outputOption
= OUTPUT_OPTION_FLOW,
/base/hiviewdfx/hievent_lite/frameworks/
H
A
D
hiview_output_event.c
118
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in ClearEventOutput()
128
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in InitFaultEventOutput()
146
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in InitUeEventOutput()
161
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in InitStatEventOutput()
250
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in OutputEvent()
467
switch (GETOPTION(g_hiviewConfig.
outputOption
)) {
in FlushEventAsync()
493
switch (GETOPTION(g_hiviewConfig.
outputOption
)) {
in FlushEventInfo()
/base/hiviewdfx/hilog_lite/frameworks/mini/
H
A
D
hiview_output_log.c
101
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in InitLogOutput()
118
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in ClearLogOutput()
160
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in OutputLog()
161
boolean isPrint = g_hiviewConfig.
outputOption
>= OUTPUT_OPTION_PRINT;
in OutputLog()
376
} else if (GETOPTION(g_hiviewConfig.
outputOption
) == OUTPUT_OPTION_DEBUG) {
in LogContentFmt()
635
int8 opt = GETOPTION(g_hiviewConfig.
outputOption
);
in FlushLog()
678
return GETOPTION(g_hiviewConfig.
outputOption
);
in HiviewGetConfigOption()
H
A
D
hiview_log_limit.c
61
if (GETOPTION(g_hiviewConfig.
outputOption
) == OUTPUT_OPTION_DEBUG) {
in LogIsLimited()
Completed in 4 milliseconds