Searched refs:NotifyWatch (Results 1 – 6 of 6) sorted by relevance
23 class NotifyWatch class26 NotifyWatch() = delete;27 NotifyWatch(const NotifyWatch&) = delete;28 NotifyWatch& operator=(const NotifyWatch&) = delete;29 NotifyWatch(NotifyWatch&&) = delete;30 NotifyWatch& operator=(NotifyWatch&&) = delete;32 explicit NotifyWatch(sdbusplus::async::context& ctx, in NotifyWatch() function in phosphor::notify::watch::NotifyWatch60 ~NotifyWatch() in ~NotifyWatch()
12 class NotifyWatch class17 NotifyWatch() = delete;18 explicit NotifyWatch(sdbusplus::async::context& ctx, const std::string& dir,20 ~NotifyWatch();
23 NotifyWatch::NotifyWatch(sdbusplus::async::context& ctx, const std::string& dir, in NotifyWatch() function in notify_watch::NotifyWatch61 NotifyWatch::~NotifyWatch() in ~NotifyWatch()73 auto NotifyWatch::readNotifyAsync() -> sdbusplus::async::task<> in readNotifyAsync()
104 'NotifyWatch.cpp',
63 notify_watch::NotifyWatch notifyWatch;
20 using NotifyWatchIntf = phosphor::notify::watch::NotifyWatch<SPIDevice>;