Searched refs:cableObjectPath (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | cable.hpp | 98 const std::string& cableObjectPath, in getCableProperties() argument 101 BMCWEB_LOG_DEBUG("Get Properties for cable {}", cableObjectPath); in getCableProperties() 110 *crow::connections::systemBus, service, cableObjectPath, in getCableProperties() 121 service, cableObjectPath, interface, "Present", in getCableProperties() 122 [asyncResp, cableObjectPath]( in getCableProperties() 128 cableObjectPath, ec); in getCableProperties()
|