Searched refs:CableStatus (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | cable.hpp | 46 enum class CableStatus{ enum 94 NLOHMANN_JSON_SERIALIZE_ENUM(CableStatus, { 95 {CableStatus::Invalid, "Invalid"}, 96 {CableStatus::Normal, "Normal"}, 97 {CableStatus::Degraded, "Degraded"}, 98 {CableStatus::Failed, "Failed"}, 99 {CableStatus::Testing, "Testing"}, 100 {CableStatus::Disabled, "Disabled"}, 101 {CableStatus::SetByService, "SetByService"},
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_type_pcie.hpp | 95 using CableStatus = std::string; typedef 241 CableLength, CableType, CableStatus>>
|
H A D | file_io_type_pcie.cpp | 82 CablePartNum, CableLength, CableType, CableStatus>>
|