Searched refs:OutputRqst (Results 1 – 7 of 7) 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()
418 int ServiceController::CheckOutputRqst(const OutputRqst& rqst) in CheckOutputRqst()440 void ServiceController::LogFilterFromOutputRqst(const OutputRqst& rqst, LogFilter& filter) in LogFilterFromOutputRqst()485 void ServiceController::HandleOutputRqst(const OutputRqst &rqst) in HandleOutputRqst()821 RequestHandler<OutputRqst>(hdr, [this](const OutputRqst& rqst) { in CommunicationLoop()
45 …"OHOS::HiviewDFX::LogIoctl::RequestOutput(OutputRqst const&, std::__h::function<int (OutputRsp con…
329 void ToOutputRqst(OutputRqst& rqst) in ToOutputRqst()401 OutputRqst rqst = { 0 }; in QueryLogHandler()