Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/include/
H A DNotifyWatch.hpp33 const std::string& dir) : notifyCtx(ctx) in NotifyWatch()
111 if (!notifyCtx.stop_requested()) in readNotifyAsync()
113 notifyCtx.spawn(readNotifyAsync()); in readNotifyAsync()
118 sdbusplus::async::context& notifyCtx; member in phosphor::notify::watch::NotifyWatch