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:SYNC_FILE
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hiview_lite/
H
A
D
hiview_service.h
46
#define
SYNC_FILE
1
macro
/base/hiviewdfx/hievent_lite/frameworks/
H
A
D
hiview_output_event.c
30
#ifdef
SYNC_FILE
31
#undef
SYNC_FILE
macro
33
#define
SYNC_FILE
(1 << 6)
macro
372
if ((eventType &
SYNC_FILE
) != 0) {
in Output2Flash()
471
HiviewSendMessage(HIVIEW_SERVICE, HIVIEW_MSG_OUTPUT_EVENT_BIN_FILE, type |
SYNC_FILE
);
in FlushEventAsync()
497
request.msgValue |=
SYNC_FILE
;
in FlushEventInfo()
/base/hiviewdfx/hilog_lite/frameworks/mini/
H
A
D
hiview_output_log.c
278
if (req != NULL && req->msgValue ==
SYNC_FILE
) {
in OutputLog2TextFile()
340
if (req != NULL && req->msgValue ==
SYNC_FILE
) {
in OutputLog2BinFile()
640
HiviewSendMessage(HIVIEW_SERVICE, HIVIEW_MSG_OUTPUT_LOG_TEXT_FILE,
SYNC_FILE
);
in FlushLog()
643
HiviewSendMessage(HIVIEW_SERVICE, HIVIEW_MSG_OUTPUT_LOG_BIN_FILE,
SYNC_FILE
);
in FlushLog()
646
HiviewSendMessage(HIVIEW_SERVICE, HIVIEW_MSG_OUTPUT_LOG_FLOW,
SYNC_FILE
);
in FlushLog()
653
request.msgValue =
SYNC_FILE
;
in FlushLog()
Completed in 3 milliseconds