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:LogType2Str
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hilog/services/hilogtool/
H
A
D
log_display.cpp
185
cout << setw(LOGTYPE_W) <<
LogType2Str
(ldStats.type) << colCmd;
in HilogShowDomainStatsInfo()
198
cout << setw(LOGTYPE_W) <<
LogType2Str
(ldStats.type) << colCmd;
in HilogShowDomainStatsInfo()
256
HiLogShowProcInfo(
LogType2Str
(lStats.type), pStats.pid, name, "-");
in HilogShowProcStatsInfo()
H
A
D
main.cpp
537
cout << "Log type " <<
LogType2Str
(i) << " buffer size is " << Size2Str(rsp.size[i]) << endl;
in BufferSizeGetHandler()
561
cout << "Set log type " <<
LogType2Str
(i) << " buffer size to "
in BufferSizeSetHandler()
564
cout << "Set log type " <<
LogType2Str
(i) << " buffer size to "
in BufferSizeSetHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H
A
D
log_utils.h
72
std::string
LogType2Str
(uint16_t logType);
/base/hiviewdfx/hilog/test/unittest/common/
H
A
D
hilog_utils_test.cpp
78
* @tc.desc:
LogType2Str
& Str2LogType.
93
EXPECT_EQ(
LogType2Str
(it.first), it.second);
in HWTEST_F()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H
A
D
log_utils.cpp
157
string
LogType2Str
(uint16_t logType)
in LogType2Str()
function
180
str += (
LogType2Str
(t) + (shiftType != 0 ? "," : ""));
in ComboLogType2Str()
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
log_buffer.cpp
74
string typeStr =
LogType2Str
(i);
in InitBuffHead()
/base/hiviewdfx/hilog/frameworks/libhilog/param/
H
A
D
properties.cpp
429
suffix =
LogType2Str
(type);
in GetBufferSizePropName()
Completed in 7 milliseconds