Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp253 class InterfaceWatcher : public DBusWatcher class
256 InterfaceWatcher() = delete;
257 ~InterfaceWatcher() = default;
258 InterfaceWatcher(const InterfaceWatcher&) = delete;
259 InterfaceWatcher& operator=(const InterfaceWatcher&) = delete;
260 InterfaceWatcher(InterfaceWatcher&&) = delete;
261 InterfaceWatcher& operator=(InterfaceWatcher&&) = delete;
278 InterfaceWatcher(sdbusplus::bus_t& bus, const std::string& path, in InterfaceWatcher() function in openpower::pels::InterfaceWatcher
285 std::bind(std::mem_fn(&InterfaceWatcher::propChanged), this, in InterfaceWatcher()
291 std::bind(std::mem_fn(&InterfaceWatcher::interfaceAdded), this, in InterfaceWatcher()
H A Ddata_interface.cpp193 _properties.emplace_back(std::make_unique<InterfaceWatcher<DataInterface>>( in DataInterface()