Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.cpp36 Condition getPropertiesMatch(const json& condParams) in getPropertiesMatch() argument
38 if (!condParams.contains("properties")) in getPropertiesMatch()
43 entry("NAME=%s", condParams["name"].get<std::string>().c_str())); in getPropertiesMatch()
47 for (auto& param : condParams["properties"]) in getPropertiesMatch()
H A Dconditions.hpp57 Condition getPropertiesMatch(const json& condParams);