Searched refs:OutputRqst (Results 1 – 6 of 6) sorted by relevance
59 int CheckOutputRqst(const OutputRqst& rqst);60 void LogFilterFromOutputRqst(const OutputRqst& rqst, LogFilter& filter);75 void HandleOutputRqst(const OutputRqst &rqst);
70 struct OutputRqst { struct118 OutputRqst outputFilter;
39 int RequestOutput(const OutputRqst& rqst, std::function<int(const OutputRsp& rsp)> handle);
301 int LogIoctl::RequestOutput(const OutputRqst& rqst, std::function<int(const OutputRsp& rsp)> handle) in RequestOutput()304 int ret = RequestMsgHead<OutputRqst, OutputRsp>(rqst); in RequestOutput()
417 int ServiceController::CheckOutputRqst(const OutputRqst& rqst) in CheckOutputRqst()439 void ServiceController::LogFilterFromOutputRqst(const OutputRqst& rqst, LogFilter& filter) in LogFilterFromOutputRqst()484 void ServiceController::HandleOutputRqst(const OutputRqst &rqst) in HandleOutputRqst()820 RequestHandler<OutputRqst>(hdr, [this](const OutputRqst& rqst) { in CommunicationLoop()
329 void ToOutputRqst(OutputRqst& rqst) in ToOutputRqst()401 OutputRqst rqst = { 0 }; in QueryLogHandler()