Searched defs:Led (Results 1 – 5 of 5) sorted by relevance
621 struct Led : std::enable_shared_from_this<Led> struct624 Led(const std::string& path, size_t index, int fd) : in Led() function641 void createInterface(void) in createInterface()675 virtual ~Led() in ~Led() argument680 bool set(BlinkPattern pattern) in set()687 uint8_t address;688 int file;689 std::shared_ptr<sdbusplus::asio::dbus_interface> ledInterface;
621 struct Led : std::enable_shared_from_this<Led> struct624 Led(const std::string& path, size_t index, int fd) : in Led() argument641 void createInterface(void) in createInterface()675 virtual ~Led() in ~Led() argument680 bool set(BlinkPattern pattern) in set()687 uint8_t address;688 int file;689 std::shared_ptr<sdbusplus::asio::dbus_interface> ledInterface;
19 subdir('Led') subdir
3745 typedef struct _Led Led; typedef
29051 G_DEFINE_INTERFACE (Led, led, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument