Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/dbus/
H A Dcable.cpp20 std::string Cable::cableTypeDescription() const in cableTypeDescription() function in pldm::dbus::Cable
23 cableTypeDescription(); in cableTypeDescription()
26 std::string Cable::cableTypeDescription(std::string value) in cableTypeDescription() function in pldm::dbus::Cable
29 cableTypeDescription(value); in cableTypeDescription()
H A Dcable.hpp44 std::string cableTypeDescription() const override;
47 std::string cableTypeDescription(std::string value) override;
H A Dcustom_dbus.cpp116 cable.at(path)->cableTypeDescription(cableDescription); in setCableAttributes()
/openbmc/bmcweb/redfish-core/lib/
H A Dcable.hpp53 const std::string* cableTypeDescription = nullptr; in fillCableProperties() local
58 cableTypeDescription, "Length", length); in fillCableProperties()
66 if (cableTypeDescription != nullptr) in fillCableProperties()
68 resp.jsonValue["CableType"] = *cableTypeDescription; in fillCableProperties()