Lines Matching defs:rsp
31 LogIoctl::LogIoctl(IoctlCmd rqst, IoctlCmd rsp) : socket(GetSocketName(rqst), 0) in LogIoctl()
64 int LogIoctl::GetRsp(char* rsp, int len) in GetRsp()
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()
315 OutputRsp *rsp = reinterpret_cast<OutputRsp *>(buffer.data()); in ReceiveAndProcessOutputRsp() local
343 StatsQueryRsp rsp = { 0 }; in ReceiveAndProcessStatsQueryRsp() local