Home
last modified time | relevance | path

Searched refs:infoType (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pcie.cpp87 FileHandler(fileHandle), infoType(fileType) in PCIeInfoHandler()
89 receivedFiles.emplace(infoType, false); in PCIeInfoHandler()
104 if (infoType == PLDM_FILE_TYPE_CABLE_INFO) in writeFromMemory()
124 "TYPE", infoType, "ERROR", e); in writeFromMemory()
133 if (infoType == PLDM_FILE_TYPE_CABLE_INFO) in write()
152 "TYPE", infoType, "ERROR", e); in write()
161 receivedFiles[infoType] = true; in fileAck()
H A Dfile_io_type_pcie.hpp199 uint16_t infoType; //!< type of the information member in pldm::responder::PCIeInfoHandler