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:StatsInfo
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/include/
H
A
D
log_stats.h
35
struct
StatsInfo
{
struct
152
void Count(const
StatsInfo
&info);
178
void UpdateTagTable(TagTable& tt, const
StatsInfo
&info);
179
void UpdateDomainTable(const
StatsInfo
&info);
180
void UpdatePidTable(const
StatsInfo
&info);
H
A
D
log_buffer.h
55
void CountLog(const
StatsInfo
&info);
/base/powermgr/battery_statistics/frameworks/napi/include/
H
A
D
async_callback_info.h
52
struct
StatsInfo
{
struct in OHOS::PowerMgr::AsyncCallbackInfo::AsyncData
61
std::vector<
StatsInfo
> statsInfos_;
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
log_stats.cpp
40
static void UpdateStats(StatsEntry &entry, const
StatsInfo
&info)
in UpdateStats()
95
static void StatsInfo2NewStatsEntry(const
StatsInfo
&info, StatsEntry &entry)
in StatsInfo2NewStatsEntry()
118
void LogStats::UpdateTagTable(TagTable& tt, const
StatsInfo
&info)
in UpdateTagTable()
133
void LogStats::UpdateDomainTable(const
StatsInfo
&info)
in UpdateDomainTable()
152
void LogStats::UpdatePidTable(const
StatsInfo
&info)
in UpdatePidTable()
177
void LogStats::Count(const
StatsInfo
&info)
in Count()
H
A
D
log_collector.cpp
112
StatsInfo
info = {
in onDataRecv()
H
A
D
log_buffer.cpp
399
void HilogBuffer::CountLog(const
StatsInfo
&info)
in CountLog()
/base/powermgr/battery_statistics/frameworks/napi/src/
H
A
D
async_callback_info.cpp
68
StatsInfo
statsInfo = {
in GetBatteryStatsInfo()
Completed in 3 milliseconds