Searched refs:sendMsg (Results 1 – 5 of 5) sorted by relevance
49 pldm_requester_rc_t sendMsg(pldm_tid_t tid, const void* tx, size_t len);
144 pldm_requester_rc_t PldmTransport::sendMsg(pldm_tid_t tid, const void* tx, in sendMsg() function in PldmTransport
86 rc = pldmTransport.sendMsg(dstTid, requestMsg.data(), requestMsg.size()); in main()
193 auto rc = pldmTransport->sendMsg(static_cast<pldm_tid_t>(eid), in send()
414 returnCode = pldmTransport.sendMsg(TID, (*response).data(), in main()