Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp250 const std::string& ledGroupPath, in handleLedGroupSubtree() argument
280 const auto& [ledGroupPath, serviceMap] = *subtree.begin(); in handleLedGroupSubtree()
282 callback(ec, ledGroupPath, service); in handleLedGroupSubtree()
289 const std::string& ledGroupPath, in getLedGroupPath() argument
329 const std::string& ledGroupPath, in getLedState() argument
342 if (ledGroupPath.empty() || service.empty()) in getLedState()
349 *crow::connections::systemBus, service, ledGroupPath, in getLedState()
373 const std::string& ledGroupPath, const std::string& service) { in getLocationIndicatorActive() argument
374 getLedState(asyncResp, callback, ec, ledGroupPath, service); in getLocationIndicatorActive()
389 const std::string& ledGroupPath, in setLedState() argument
[all …]
/openbmc/phosphor-led-manager/fault-monitor/
H A Doperational-status-monitor.cpp43 auto ledGroupPath = getLedGroupPaths(invObjectPath); in matchHandler() local
44 if (ledGroupPath.empty()) in matchHandler()
54 updateAssertedProperty(ledGroupPath, *value); in matchHandler()