Lines Matching full:watch
26 /** @class Watch
27 * @brief Adds d-bus signal based watch for elog add and delete.
31 class Watch class
34 Watch() = delete;
35 ~Watch() = default;
36 Watch(const Watch&) = delete;
37 Watch& operator=(const Watch&) = delete;
38 Watch(Watch&&) = delete;
39 Watch& operator=(Watch&&) = delete;
41 /** @brief constructs watch for elog add and delete signals.
45 Watch(sdbusplus::bus_t& bus, Mgr& mgr);