Searched refs:StatsQueryRqst (Results 1 – 7 of 7) 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
718 void ServiceController::HandleStatsQueryRqst(const StatsQueryRqst& rqst) in HandleStatsQueryRqst()857 RequestHandler<StatsQueryRqst>(hdr, [this](const StatsQueryRqst& rqst) { in CommunicationLoop()
73 …"OHOS::HiviewDFX::LogIoctl::RequestStatsQuery(StatsQueryRqst const&, std::__h::function<int (Stats…
381 void ToStatsQueryRqst(StatsQueryRqst& rqst) in ToStatsQueryRqst()733 StatsQueryRqst rqst = { 0 }; in StatsInfoQueryHandler()