Lines Matching refs:error_code
87 void MctpRequester::processRecvMsg(const boost::system::error_code& ec, in processRecvMsg()
117 handleResult(eid, static_cast<std::error_code>(ec), {}); in processRecvMsg()
168 handleResult(eid, std::error_code{}, responseBuffer); in processRecvMsg()
172 uint8_t eid, const boost::system::error_code& ec, size_t /* length */) in handleSendMsgCompletion()
179 handleResult(eid, static_cast<std::error_code>(ec), {}); in handleSendMsgCompletion()
197 expiryTimer.async_wait([this, eid](const boost::system::error_code& ec) { in handleSendMsgCompletion()
208 std::move_only_function<void(const std::error_code&, in sendRecvMsg() argument
227 static bool isFatalError(const std::error_code& ec) in isFatalError()
233 void MctpRequester::handleResult(uint8_t eid, const std::error_code& ec, in handleResult()
290 static std::expected<void, std::error_code> injectIid(std::span<uint8_t> buffer, in injectIid()
340 std::expected<void, std::error_code> success = injectIid(req, *iid); in processQueue()