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.cpp108 using HandlerTuple = std::tuple<int, /* prio */ typedef
114 HandlerTuple>
119 HandlerTuple>
124 HandlerTuple>
149 HandlerTuple item(prio, priv, handler); in registerHandler()
167 HandlerTuple item(prio, priv, handler); in registerGroupHandler()
185 HandlerTuple item(prio, priv, handler); in registerOemHandler()
242 std::unordered_map<unsigned int, HandlerTuple>& handlers, in executeIpmiCommandCommon()
261 HandlerTuple& chosen = cmdIter->second; in executeIpmiCommandCommon()
282 HandlerTuple& chosen = cmdIter->second; in executeIpmiCommandCommon()