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.cpp23 Condition propertiesMatch(std::vector<PropertyState>&& propStates) in propertiesMatch()
46 std::vector<PropertyState> propStates; in getPropertiesMatch()
78 propStates.emplace_back(PropertyState( in getPropertiesMatch()
H A Dconditions.hpp42 Condition propertiesMatch(std::vector<PropertyState>&& propStates);
H A Dtypes.hpp99 using PropertyState = std::pair<PropertyIdentity, PropertyValue>; typedef