Home
last modified time | relevance | path

Searched refs:NotifyWatch (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/common/include/
H A DNotifyWatch.hpp23 class NotifyWatch class
26 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::NotifyWatch
60 ~NotifyWatch() in ~NotifyWatch()
/openbmc/dbus-sensors/src/
H A DNotifyWatch.hpp12 class NotifyWatch class
17 NotifyWatch() = delete;
18 explicit NotifyWatch(sdbusplus::async::context& ctx, const std::string& dir,
20 ~NotifyWatch();
H A DNotifyWatch.cpp23 NotifyWatch::NotifyWatch(sdbusplus::async::context& ctx, const std::string& dir, in NotifyWatch() function in notify_watch::NotifyWatch
61 NotifyWatch::~NotifyWatch() in ~NotifyWatch()
73 auto NotifyWatch::readNotifyAsync() -> sdbusplus::async::task<> in readNotifyAsync()
H A Dmeson.build104 'NotifyWatch.cpp',
/openbmc/dbus-sensors/src/cable-monitor/
H A DCableMonitor.hpp63 notify_watch::NotifyWatch notifyWatch;
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dspi_device.hpp20 using NotifyWatchIntf = phosphor::notify::watch::NotifyWatch<SPIDevice>;