Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dzone.cpp46 Zone::_intfPropHandlers = { member in phosphor::fan::control::json::Zone
457 _intfPropHandlers.find(interface["name"].get<std::string>()); in setInterfaces()
458 if (propFuncs == _intfPropHandlers.end()) in setInterfaces()
462 std::next(_intfPropHandlers.begin()), _intfPropHandlers.end(), in setInterfaces()
463 _intfPropHandlers.begin()->first, [](auto list, auto intf) { in setInterfaces()
H A Dzone.hpp496 _intfPropHandlers; member in phosphor::fan::control::json::Zone