Lines Matching refs:StatsQueryRsp
73 int LogIoctl::ReceiveProcTagStats(StatsQueryRsp &rsp)
104 int LogIoctl::ReceiveProcLogTypeStats(StatsQueryRsp &rsp)
134 int LogIoctl::ReceiveProcStats(StatsQueryRsp &rsp)
163 int LogIoctl::ReceiveDomainTagStats(StatsQueryRsp &rsp)
198 int LogIoctl::ReceiveDomainStats(StatsQueryRsp &rsp)
228 int LogIoctl::ReceiveLogTypeDomainStats(StatsQueryRsp &rsp)
257 void LogIoctl::DeleteLogStatsInfo(StatsQueryRsp &rsp)
329 int LogIoctl::RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& rsp)> handle)
332 int ret = RequestMsgHead<StatsQueryRqst, StatsQueryRsp>(rqst);
340 int LogIoctl::ReceiveAndProcessStatsQueryRsp(std::function<int(const StatsQueryRsp& rsp)> handle)
343 StatsQueryRsp rsp = { 0 };