Searched refs:StatsQueryRsp (Results 1 – 8 of 8) sorted by relevance
40 …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);
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& … 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 …]
24 void HilogShowLogStatsInfo(const StatsQueryRsp& rsp);
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()
736 int ret = ioctl.RequestStatsQuery(rqst, [&rqst](const StatsQueryRsp& rsp) { in StatsInfoQueryHandler()
217 struct StatsQueryRsp { struct
173 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()
73 …ogIoctl::RequestStatsQuery(StatsQueryRqst const&, std::__h::function<int (StatsQueryRsp const&)>)";