Lines Matching full:watch
64 /** @class Watch
66 * @brief Adds inotify watch on PNOR symlinks file to monitor for changes in
69 * The inotify watch is hooked up with sd-event, so that on call back,
73 class Watch class
76 /** @brief ctor - hook inotify watch with sd-event
82 Watch(sd_event* loop,
85 Watch(const Watch&) = delete;
86 Watch& operator=(const Watch&) = delete;
87 Watch(Watch&&) = delete;
88 Watch& operator=(Watch&&) = delete;
90 /** @brief dtor - remove inotify watch
92 ~Watch();
100 * @param[in] userdata - pointer to Watch object
109 /** @brief PNOR symlink file watch descriptor */