Lines Matching full:cable
6 #include <xyz/openbmc_project/Inventory/Item/Cable/server.hpp>
16 sdbusplus::xyz::openbmc_project::Inventory::Item::server::Cable>;
19 * @class Cable
20 * @brief Dbus support for cable interface and attributes
22 class Cable : public ItemCable class
25 Cable() = delete;
26 ~Cable() = default;
27 Cable(const Cable&) = delete;
28 Cable& operator=(const Cable&) = delete;
30 Cable(sdbusplus::bus_t& bus, const std::string& objPath) : in Cable() function in pldm::dbus::Cable
33 // cable objects does not need to be store in serialized memory in Cable()
36 /** Get length of the cable in meters */
39 /** Set length of the cable in meters */
43 a cable, such as optical or coppervalue */
46 /** Set Cable type description */