Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp72 class PropertyWatcher : public DBusWatcher class
75 PropertyWatcher() = delete;
76 ~PropertyWatcher() = default;
77 PropertyWatcher(const PropertyWatcher&) = delete;
78 PropertyWatcher& operator=(const PropertyWatcher&) = delete;
79 PropertyWatcher(PropertyWatcher&&) = delete;
80 PropertyWatcher& operator=(PropertyWatcher&&) = delete;
99 PropertyWatcher(sdbusplus::bus_t& bus, const std::string& path, in PropertyWatcher() function in openpower::pels::PropertyWatcher
107 std::bind(std::mem_fn(&PropertyWatcher::propChanged), this, in PropertyWatcher()
113 std::bind(std::mem_fn(&PropertyWatcher::interfaceAdded), this, in PropertyWatcher()
[all …]
H A Ddata_interface.cpp144 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
163 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
175 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
207 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()
214 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>( in DataInterface()