Home
last modified time | relevance | path

Searched refs:StatsQueryRsp (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/include/
H A Dlog_ioctl.h40 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 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& 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 Dlog_display.h24 void HilogShowLogStatsInfo(const StatsQueryRsp& rsp);
/base/hiviewdfx/hilog/services/hilogtool/
H A 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()
H A Dmain.cpp747 int ret = ioctl.RequestStatsQuery(rqst, [&rqst](const StatsQueryRsp& rsp) { in StatsInfoQueryHandler()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h238 struct StatsQueryRsp { struct
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp185 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