Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.cpp22 Condition propertiesMatch(std::vector<PropertyState>&& propStates) in propertiesMatch()
44 std::vector<PropertyState> propStates; in getPropertiesMatch()
74 propStates.emplace_back(PropertyState( in getPropertiesMatch()
H A Dconditions.hpp42 Condition propertiesMatch(std::vector<PropertyState>&& propStates);
H A Dtypes.hpp96 using PropertyState = std::pair<PropertyIdentity, PropertyValue>; typedef