Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp97 uint8_t convertStringTypeToUInt8(std::string compImgVerStrType) in convertStringTypeToUInt8() argument
109 if (pldmFirmwareUpdateStringType.contains(compImgVerStrType)) in convertStringTypeToUInt8()
111 return pldmFirmwareUpdateStringType.at(compImgVerStrType); in convertStringTypeToUInt8()
115 return static_cast<uint8_t>(std::stoi(compImgVerStrType)); in convertStringTypeToUInt8()
703 "--comp_img_ver_str_type", compImgVerStrType, in RequestUpdate()
761 packageDataLength, convertStringTypeToUInt8(compImgVerStrType), in createRequestMsg()
802 std::string compImgVerStrType; member in pldmtool::fw_update::RequestUpdate