Searched refs:StatsQueryRqst (Results 1 – 6 of 6) sorted by relevance
81 void HandleStatsQueryRqst(const StatsQueryRqst& rqst);
40 …int RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& rsp)> han…
329 int LogIoctl::RequestStatsQuery(const StatsQueryRqst& rqst, std::function<int(const StatsQueryRsp& … in RequestStatsQuery()332 int ret = RequestMsgHead<StatsQueryRqst, StatsQueryRsp>(rqst); in RequestStatsQuery()
166 struct StatsQueryRqst { struct
717 void ServiceController::HandleStatsQueryRqst(const StatsQueryRqst& rqst) in HandleStatsQueryRqst()856 RequestHandler<StatsQueryRqst>(hdr, [this](const StatsQueryRqst& rqst) { in CommunicationLoop()
381 void ToStatsQueryRqst(StatsQueryRqst& rqst) in ToStatsQueryRqst()733 StatsQueryRqst rqst = { 0 }; in StatsInfoQueryHandler()