Searched refs:PropertyWatcher (Results 1 – 2 of 2) sorted by relevance
72 class PropertyWatcher : public DBusWatcher class75 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::PropertyWatcher107 std::bind(std::mem_fn(&PropertyWatcher::propChanged), this, in PropertyWatcher()113 std::bind(std::mem_fn(&PropertyWatcher::interfaceAdded), this, in PropertyWatcher()[all …]
144 _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()