Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp191 struct PropertyChangedCondition struct
193 PropertyChangedCondition() = delete;
194 ~PropertyChangedCondition() = default;
195 PropertyChangedCondition(const PropertyChangedCondition&) = default;
196 PropertyChangedCondition&
197 operator=(const PropertyChangedCondition&) = default;
198 PropertyChangedCondition(PropertyChangedCondition&&) = default;
199 PropertyChangedCondition& operator=(PropertyChangedCondition&&) = default;
200 PropertyChangedCondition(const char* iface, const char* property, in PropertyChangedCondition() function
386 return PropertyChangedCondition<T, U>(iface, property, in propertyChangedTo()