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:StatsQueryRsp
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H
A
D
log_ioctl.h
40
int RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const
StatsQueryRsp
& rsp)> handle);
56
int ReceiveAndProcessStatsQueryRsp(std::function<int(const
StatsQueryRsp
& rsp)> handle);
57
int ReceiveProcTagStats(
StatsQueryRsp
&rsp);
58
int ReceiveProcLogTypeStats(
StatsQueryRsp
&rsp);
59
int ReceiveProcStats(
StatsQueryRsp
&rsp);
60
int ReceiveDomainTagStats(
StatsQueryRsp
&rsp);
61
int ReceiveDomainStats(
StatsQueryRsp
&rsp);
62
int ReceiveLogTypeDomainStats(
StatsQueryRsp
&rsp);
63
void DeleteLogStatsInfo(
StatsQueryRsp
&rsp);
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
H
A
D
log_ioctl.cpp
73
int LogIoctl::ReceiveProcTagStats(
StatsQueryRsp
&rsp)
in ReceiveProcTagStats()
104
int LogIoctl::ReceiveProcLogTypeStats(
StatsQueryRsp
&rsp)
in ReceiveProcLogTypeStats()
134
int LogIoctl::ReceiveProcStats(
StatsQueryRsp
&rsp)
in ReceiveProcStats()
163
int LogIoctl::ReceiveDomainTagStats(
StatsQueryRsp
&rsp)
in ReceiveDomainTagStats()
198
int LogIoctl::ReceiveDomainStats(
StatsQueryRsp
&rsp)
in ReceiveDomainStats()
228
int LogIoctl::ReceiveLogTypeDomainStats(
StatsQueryRsp
&rsp)
in ReceiveLogTypeDomainStats()
257
void LogIoctl::DeleteLogStatsInfo(
StatsQueryRsp
&rsp)
in DeleteLogStatsInfo()
329
int LogIoctl::RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const
StatsQueryRsp
& rsp)> handle)
in RequestStatsQuery()
332
int ret = RequestMsgHead<StatsQueryRqst,
StatsQueryRsp
>(rqst);
in RequestStatsQuery()
340
int LogIoctl::ReceiveAndProcessStatsQueryRsp(std::function<int(const
StatsQueryRsp
[all...]
/base/hiviewdfx/hilog/services/hilogtool/include/
H
A
D
log_display.h
24
void HilogShowLogStatsInfo(const
StatsQueryRsp
& rsp);
/base/hiviewdfx/hilog/services/hilogtool/
H
A
D
log_display.cpp
168
static void HilogShowDomainStatsInfo(const
StatsQueryRsp
& rsp)
in HilogShowDomainStatsInfo()
229
static void HilogShowProcStatsInfo(const
StatsQueryRsp
& rsp)
in HilogShowProcStatsInfo()
274
void HilogShowLogStatsInfo(const
StatsQueryRsp
& rsp)
in HilogShowLogStatsInfo()
H
A
D
main.cpp
747
int ret = ioctl.RequestStatsQuery(rqst, [&rqst](const
StatsQueryRsp
& rsp) {
in StatsInfoQueryHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H
A
D
hilog_cmd.h
238
struct
StatsQueryRsp
{
struct
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
service_controller.cpp
185
StatsQueryRsp
rsp;
in SendOverallStats()
208
m_communicationSocket->Write(reinterpret_cast<char *>(&rsp), sizeof(
StatsQueryRsp
));
in SendOverallStats()
779
WriteRspHeader(IoctlCmd::STATS_QUERY_RSP, sizeof(
StatsQueryRsp
));
in HandleStatsQueryRqst()
Completed in 6 milliseconds