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:pCommon
(Results
1 - 2
of
2
) sorted by relevance
/base/hiviewdfx/hilog_lite/frameworks/mini/
H
A
D
hiview_log.c
124
HiLogCommon *
pCommon
= &(logContent.commonContent);
in HiLogPrintf()
local
125
pCommon
->head = LOG_INFO_HEAD;
in HiLogPrintf()
126
pCommon
->module = module;
in HiLogPrintf()
127
pCommon
->level = level;
in HiLogPrintf()
128
pCommon
->fmt = fmt;
in HiLogPrintf()
129
pCommon
->valueNumber = (uint8)argsNum;
in HiLogPrintf()
130
pCommon
->task = (uint8)HIVIEW_GetTaskId();
in HiLogPrintf()
132
pCommon
->time = (uint32)(cur / MS_PER_SECOND);
in HiLogPrintf()
133
pCommon
->milli = (uint16)(cur % MS_PER_SECOND);
in HiLogPrintf()
159
HiLogCommon *
pCommon
in HILOG_HashPrintf()
local
[all...]
/base/hiviewdfx/hiview_lite/
H
A
D
hiview_file.c
58
FileHeaderCommon *
pCommon
= &(pHeader->common);
in InitHiviewFile()
local
59
pCommon
->type = (uint8)type;
in InitHiviewFile()
64
switch (
pCommon
->type) {
in InitHiviewFile()
66
pCommon
->prefix = HIVIEW_FILE_HEADER_PREFIX_TEXT;
in InitHiviewFile()
69
pCommon
->prefix = HIVIEW_FILE_HEADER_PREFIX_LOG;
in InitHiviewFile()
74
pCommon
->prefix = HIVIEW_FILE_HEADER_PREFIX_EVENT;
in InitHiviewFile()
79
pCommon
->codeMainVersion = HIVIEW_FILE_HEADER_MAIN_VERSION;
in InitHiviewFile()
80
pCommon
->codeSubVersion = HIVIEW_FILE_HEADER_SUB_VERSION;
in InitHiviewFile()
81
pCommon
->defineFileVersion = GetDefineFileVersion(
pCommon
in InitHiviewFile()
[all...]
Completed in 1 milliseconds