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:msgValue
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview_lite/
H
A
D
hiview_service.c
100
.
msgValue
= type,
in Output()
127
void HiviewSendMessage(const char *srvName, int16 msgId, uint16
msgValue
)
in HiviewSendMessage()
argument
138
hiviewInfterface->Output((IUnknown *)hiviewInfterface, msgId,
msgValue
);
in HiviewSendMessage()
H
A
D
hiview_service.h
64
void HiviewSendMessage(const char *srvName, int16 msgId, uint16
msgValue
);
/base/powermgr/battery_lite/services/src/
H
A
D
battery_manage_service.c
105
.
msgValue
= 0
in BatteryMonitorHandle()
/base/hiviewdfx/hievent_lite/frameworks/
H
A
D
hiview_output_event.c
289
event.type = (uint8)req->
msgValue
;
in OutputEventRealtime()
317
Output2Flash((uint8)req->
msgValue
);
in OutputEvent2Flash()
487
request.
msgValue
= type;
in FlushEventInfo()
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()
653
request.
msgValue
= SYNC_FILE;
in FlushLog()
Completed in 7 milliseconds