Home
last modified time | relevance | path

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

/openbmc/phosphor-led-sysfs/
H A Dcontroller.cpp25 sdbusplus::server::manager_t objManager(bus, ledPath); in main()
28 phosphor::led::sysfs::interface::InternalInterface internal(bus, ledPath); in main()
H A Dadd_led_action.cpp44 auto method = bus.new_method_call(busName, ledPath, internalInterface, in addLed()
/openbmc/phosphor-led-sysfs/interfaces/
H A Dinternal_interface.hpp13 static constexpr auto ledPath = "/xyz/openbmc_project/led"; variable
/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.hpp1254 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 Dmanufacturingcommands.cpp110 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()