Searched refs:ledName (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-led-sysfs/interfaces/ |
H A D | internal_interface.cpp | 68 void InternalInterface::createLEDPath(const std::string& ledName) in createLEDPath() argument 71 std::string path = devParent + ledName; in createLEDPath() 86 lg2::debug("LED {NAME} receives dbus name {DBUSNAME}", "NAME", ledName, in createLEDPath() 125 auto ledName = message.unpack<std::string>(); in addLedConfigure() local 128 self->addLED(ledName); in addLedConfigure() 153 auto ledName = message.unpack<std::string>(); in removeLedConfigure() local 156 self->removeLED(ledName); in removeLedConfigure()
|
H A D | internal_interface.hpp | 121 void createLEDPath(const std::string& ledName);
|
/openbmc/phosphor-led-sysfs/ |
H A D | add_led_action.cpp | 38 void addLed(std::string ledName) in addLed() argument 40 lg2::debug("Adding LED name - {LEDNAME}", "LEDNAME", ledName); in addLed() 47 method.append(ledName); in addLed() 52 lg2::error("Unable to add LED name - {LEDNAME}", "LEDNAME", ledName); in addLed()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | config-validator.hpp | 57 const std::string& ledName, in ConfigValidationException() argument 63 "GROUP", groupName, "LED", ledName, "MSG", msg.c_str()); in ConfigValidationException()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | FanMain.cpp | 565 const auto* ledName = in createSensors() local 567 if (ledName == nullptr) in createSensors() 574 led = *ledName; in createSensors()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | manufacturingcommands.cpp | 109 std::string ledName = ledProp->getName(); in ledStoreAndSet() local 110 std::string ledPath = ledPathPrefix + ledName; in ledStoreAndSet() 163 std::string ledName = ledProp->getName(); in ledRevert() local 164 std::string ledPath = ledPathPrefix + ledName; in ledRevert() 208 const std::string& ledName = ledProperty.getName(); in revertTimerHandler() local 209 if (ledName == "identify" && mtm.getMfgMode() == SpecialMode::mfg) in revertTimerHandler()
|
/openbmc/docs/designs/ |
H A D | multihost-physical-led.md | 146 ledName {
|