Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp307 struct PropertyCondition final : public PropertyConditionBase struct
309 PropertyCondition() = delete;
310 ~PropertyCondition() = default;
311 PropertyCondition(const PropertyCondition&) = default;
312 PropertyCondition& operator=(const PropertyCondition&) = default;
313 PropertyCondition(PropertyCondition&&) = default;
314 PropertyCondition& operator=(PropertyCondition&&) = default;
337 PropertyCondition(const char* path, const char* iface, const char* property, in PropertyCondition() function
400 return PropertyCondition<T, U, V>(path, iface, property, in propertyIs()