Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.cpp60 auto propAttrs = param["property"]; in getPropertiesMatch() local
61 if (!propAttrs.contains("name") || !propAttrs.contains("value")) in getPropertiesMatch()
72 if (propAttrs.contains("type")) in getPropertiesMatch()
74 type = propAttrs["type"].get<std::string>(); in getPropertiesMatch()
81 propAttrs["name"].get<std::string>()}, in getPropertiesMatch()
82 JsonTypeHandler::getPropValue(propAttrs["value"], type))); in getPropertiesMatch()