Lines Matching +full:entity +full:- +full:manager
8 #include <sdbusplus/server/manager.hpp>
19 // Validation timeout. Allow 30s to detect if new EM interfaces show up in D-Bus
28 * @detail This class interacts with D-Bus to detect chassis power supply,
29 * subscribe to Entity Manager interface changes.
44 * @details Sets up D-Bus interfaces, creates timer for power supply
45 * validation and monitoring, and subscribes to entity-manager interfaces.
47 * @param[in] bus - Reference to the system D-Bus object.
48 * @param[in] e - Reference to event loop.
59 return timer->get_event().loop(); in run()
64 * @brief The D-Bus object
76 * @brief Used to subscribe to Entity Manager interfaces added
93 * @brief Callback for entity-manager interface added
98 * @param[in] msg - D-Bus message containing the interface details.
112 * the D-Bus subtree for chassis and creates Chassis instances.
119 * @param[in] chassisId - Unique identifier of the chassis to search for.