Searched refs:CableStatus (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | cable.hpp | 48 enum class CableStatus{ enum 96 NLOHMANN_JSON_SERIALIZE_ENUM(CableStatus, { 97 {CableStatus::Invalid, "Invalid"}, 98 {CableStatus::Normal, "Normal"}, 99 {CableStatus::Degraded, "Degraded"}, 100 {CableStatus::Failed, "Failed"}, 101 {CableStatus::Testing, "Testing"}, 102 {CableStatus::Disabled, "Disabled"}, 103 {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>>
|