Searched refs:OutputRsp (Results 1 – 6 of 6) sorted by relevance
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()312 int LogIoctl::ReceiveAndProcessOutputRsp(std::function<int(const OutputRsp& rsp)> handle) in ReceiveAndProcessOutputRsp()315 OutputRsp *rsp = reinterpret_cast<OutputRsp *>(buffer.data()); in ReceiveAndProcessOutputRsp()
39 int RequestOutput(const OutputRqst& rqst, std::function<int(const OutputRsp& rsp)> handle);55 int ReceiveAndProcessOutputRsp(std::function<int(const OutputRsp& rsp)> handle);
88 struct OutputRsp { struct
128 OutputRsp rsp; in WriteQueryResponse()148 vec[0].iov_len = sizeof(OutputRsp); in WriteQueryResponse()499 WriteRspHeader(IoctlCmd::OUTPUT_RSP, sizeof(OutputRsp)); in HandleOutputRqst()
45 …HiviewDFX::LogIoctl::RequestOutput(OutputRqst const&, std::__h::function<int (OutputRsp const&)>)";
404 int ret = ioctl.RequestOutput(rqst, [&context](const OutputRsp& rsp) { in QueryLogHandler()