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:logFileList
(Results
1 - 2
of
2
) sorted by relevance
/base/hiviewdfx/hiview/base/logstore/
H
A
D
log_store_ex.cpp
77
std::vector<LogFile>
logFileList
;
in GetLogFiles()
local
80
logFileList
.push_back(LogFile(filePath));
in GetLogFiles()
84
std::sort(
logFileList
.begin(),
logFileList
.end(), comparator_);
in GetLogFiles()
86
std::sort(
logFileList
.begin(),
logFileList
.end());
in GetLogFiles()
88
return
logFileList
;
in GetLogFiles()
93
auto
logFileList
= GetLogFiles();
in GetLogFiles()
local
94
auto iter =
logFileList
.begin();
in GetLogFiles()
95
while (iter !=
logFileList
in GetLogFiles()
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H
A
D
event_logger_test.cpp
281
std::vector<LogFile>
logFileList
= eventLogger->logStore_->GetLogFiles();
in HWTEST_F()
local
282
auto beforeSize = static_cast<long>(
logFileList
.size());
in HWTEST_F()
283
printf("Before--
logFileList
num: %ld\n", beforeSize);
in HWTEST_F()
284
auto iter =
logFileList
.begin();
in HWTEST_F()
285
while (iter !=
logFileList
.end()) {
in HWTEST_F()
296
printf("After--
logFileList
num: %ld\n", listSize);
in HWTEST_F()
Completed in 2 milliseconds