Searched refs:ledPath (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-led-sysfs/ |
H A D | controller.cpp | 25 sdbusplus::server::manager_t objManager(bus, ledPath); in main() 28 phosphor::led::sysfs::interface::InternalInterface internal(bus, ledPath); in main()
|
H A D | add_led_action.cpp | 44 auto method = bus.new_method_call(busName, ledPath, internalInterface, in addLed()
|
/openbmc/phosphor-led-sysfs/interfaces/ |
H A D | internal_interface.hpp | 13 static constexpr auto ledPath = "/xyz/openbmc_project/led"; variable
|
/openbmc/phosphor-led-manager/fault-monitor/ |
H A D | fru-fault-monitor.cpp | 105 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 D | sensors.hpp | 1254 const std::string& ledPath = in getInventoryItemAssociations() local 1257 ledPath; in getInventoryItemAssociations() 1326 const std::string& ledPath = (*it).first; in getInventoryLedData() local 1330 [sensorsAsyncResp, inventoryItems, ledConnections, ledPath, in getInventoryLedData() 1346 findInventoryItemForLed(*inventoryItems, ledPath); in getInventoryLedData() 1379 ledConnection, ledPath, "xyz.openbmc_project.Led.Physical", "State", in getInventoryLedData() 1449 const std::string& ledPath = object.first; in getInventoryLeds() local 1450 if (findInventoryItemForLed(*inventoryItems, ledPath) != in getInventoryLeds() 1456 (*ledConnections)[ledPath] = connection; in getInventoryLeds() 1457 BMCWEB_LOG_DEBUG("Added mapping {} -> {}", ledPath, in getInventoryLeds()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | manufacturingcommands.cpp | 110 std::string ledPath = ledPathPrefix + ledName; in ledStoreAndSet() local 115 if (mtm.getProperty(ledService, ledPath.c_str(), ledIntf, "State", in ledStoreAndSet() 128 if (mtm.setProperty(ledService, ledPath, ledIntf, "State", in ledStoreAndSet() 164 std::string ledPath = ledPathPrefix + ledName; in ledRevert() local 165 if (mtm.setProperty(ledService, ledPath, ledIntf, "State", in ledRevert()
|