Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp105 std::string ledPath = ledGroups + unit + '_' + LED_FAULT; in action() local
107 auto method = bus.new_method_call(service.c_str(), ledPath.c_str(), in action()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1732 const std::string& ledPath = in getInventoryItemAssociations() local
1734 inventoryItem.ledObjectPath = ledPath; in getInventoryItemAssociations()
1803 const std::string& ledPath = (*it).first; in getInventoryLedData() local
1807 [sensorsAsyncResp, inventoryItems, ledConnections, ledPath, in getInventoryLedData()
1822 findInventoryItemForLed(*inventoryItems, ledPath); in getInventoryLedData()
1854 *crow::connections::systemBus, ledConnection, ledPath, in getInventoryLedData()
1924 const std::string& ledPath = object.first; in getInventoryLeds() local
1925 if (findInventoryItemForLed(*inventoryItems, ledPath) != nullptr) in getInventoryLeds()
1929 (*ledConnections)[ledPath] = connection; in getInventoryLeds()
1930 BMCWEB_LOG_DEBUG("Added mapping {} -> {}", ledPath, connection); in getInventoryLeds()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp111 std::string ledPath = ledPathPrefix + ledName; in ledStoreAndSet() local
116 if (mtm.getProperty(ledService.c_str(), ledPath.c_str(), ledIntf, in ledStoreAndSet()
129 if (mtm.setProperty(ledService, ledPath, ledIntf, "State", in ledStoreAndSet()
166 std::string ledPath = ledPathPrefix + ledName; in ledRevert() local
167 if (mtm.setProperty(ledService, ledPath, ledIntf, "State", in ledRevert()