Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcable.hpp98 const std::string& cableObjectPath, const std::string& service) in fillCableHealthState() argument
101 *crow::connections::systemBus, service, cableObjectPath, in fillCableHealthState()
104 cableObjectPath](const boost::system::error_code& ec, bool present) { in fillCableHealthState()
111 cableObjectPath, ec.value()); in fillCableHealthState()
134 const std::string& cableObjectPath, in getCableProperties() argument
137 BMCWEB_LOG_DEBUG("Get Properties for cable {}", cableObjectPath); in getCableProperties()
146 *crow::connections::systemBus, service, cableObjectPath, in getCableProperties()
151 fillCableHealthState(asyncResp, cableObjectPath, service); in getCableProperties()