Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp106 using HandlerTuple = std::tuple<int, /* prio */ typedef
112 HandlerTuple>
117 HandlerTuple>
122 HandlerTuple>
147 HandlerTuple item(prio, priv, handler); in registerHandler()
165 HandlerTuple item(prio, priv, handler); in registerGroupHandler()
183 HandlerTuple item(prio, priv, handler); in registerOemHandler()
240 std::unordered_map<unsigned int, HandlerTuple>& handlers, in executeIpmiCommandCommon()
259 HandlerTuple& chosen = cmdIter->second; in executeIpmiCommandCommon()
280 HandlerTuple& chosen = cmdIter->second; in executeIpmiCommandCommon()