Home
last modified time | relevance | path

Searched refs:StatsQueryRsp (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
Dlog_ioctl.h40 …int RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& rsp)> han…
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/
Dlog_ioctl.cpp73 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& … in RequestStatsQuery()
332 int ret = RequestMsgHead<StatsQueryRqst, StatsQueryRsp>(rqst); in RequestStatsQuery()
340 int LogIoctl::ReceiveAndProcessStatsQueryRsp(std::function<int(const StatsQueryRsp& rsp)> handle) in ReceiveAndProcessStatsQueryRsp()
[all …]
/base/hiviewdfx/hilog/services/hilogtool/include/
Dlog_display.h24 void HilogShowLogStatsInfo(const StatsQueryRsp& rsp);
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp168 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()
Dmain.cpp736 int ret = ioctl.RequestStatsQuery(rqst, [&rqst](const StatsQueryRsp& rsp) { in StatsInfoQueryHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h217 struct StatsQueryRsp { struct
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp173 StatsQueryRsp rsp; in SendOverallStats()
196 m_communicationSocket->Write(reinterpret_cast<char *>(&rsp), sizeof(StatsQueryRsp)); in SendOverallStats()
727 WriteRspHeader(IoctlCmd::STATS_QUERY_RSP, sizeof(StatsQueryRsp)); in HandleStatsQueryRqst()
/base/hiviewdfx/hilog/interfaces/native/innerkits/
Dlibhilog.map73 …ogIoctl::RequestStatsQuery(StatsQueryRqst const&, std::__h::function<int (StatsQueryRsp const&)>)";