Lines Matching full:watch
25 /** @class Watch
27 * @brief Adds inotify watch on directory.
29 * The inotify watch is hooked up with sd-event, so that on call back,
33 class Watch class
36 /** @brief ctor - hook inotify watch with sd-event
46 Watch(const EventPtr& eventObj, int flags, uint32_t mask, uint32_t events,
49 Watch(const Watch&) = delete;
50 Watch& operator=(const Watch&) = delete;
51 Watch(Watch&&) = delete;
52 Watch& operator=(Watch&&) = delete;
54 /* @brief dtor - remove inotify watch and close fd's */
55 ~Watch();
65 * @param[in] userdata - pointer to Watch object
87 /** @brief dump file directory watch descriptor */