Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dhandlers.hpp73 intfProps; in interfacesAdded() local
74 msg.read(intfProps); in interfacesAdded()
75 auto itIntf = intfProps.find(std::get<Intf>(obj)); in interfacesAdded()
76 if (itIntf == intfProps.cend()) in interfacesAdded()
/openbmc/phosphor-fan-presence/
H A Djson_config.hpp209 intfProps; in compatIntfAdded() local
211 msg.read(op, intfProps); in compatIntfAdded()
213 if (intfProps.find(confCompatIntf) == intfProps.end()) in compatIntfAdded()
218 const auto& props = intfProps.at(confCompatIntf); in compatIntfAdded()