Lines Matching +full:d +full:- +full:bus
5 #include <sdbusplus/bus.hpp>
25 * Inventory D-Bus object and then assert corresponding LED Group
26 * D-Bus objects.
40 * @param[in] bus - D-Bus object
42 explicit Monitor(sdbusplus::bus_t& bus) : in Monitor() argument
43 bus(bus), in Monitor()
44 matchSignal(bus, in Monitor()
55 /** @brief sdbusplus D-Bus connection. */
56 sdbusplus::bus_t& bus; member in phosphor::led::Operational::status::monitor::Monitor
59 sdbusplus::bus::match_t matchSignal;
61 /** DBusHandler class handles the D-Bus operations */
67 * D-Bus object path and if OperationalStatus::Functional is changed,
68 * then corresponding LED Group D-Bus object is called to assert.
70 * @param[in] msg - The D-Bus message contents
75 * @brief From the Inventory D-Bus object, obtains the associated LED group
76 * D-Bus object, where the association name is "fault_led_group"
78 * @param[in] inventoryPath - Inventory D-Bus object path
80 * @return std::vector<std::string> - Vector of LED Group D-Bus object paths
88 * @param[in] ledGroupPaths - LED Group D-Bus object Paths
89 * @param[in] value - The Asserted property value, True / False