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.cpp107 using HandlerTuple = std::tuple<int, /* prio */ typedef
113 HandlerTuple>
118 HandlerTuple>
123 HandlerTuple>
148 HandlerTuple item(prio, priv, handler); in registerHandler()
166 HandlerTuple item(prio, priv, handler); in registerGroupHandler()
184 HandlerTuple item(prio, priv, handler); in registerOemHandler()
241 std::unordered_map<unsigned int, HandlerTuple>& handlers, in executeIpmiCommandCommon()
260 HandlerTuple& chosen = cmdIter->second; in executeIpmiCommandCommon()
281 HandlerTuple in executeIpmiCommandCommon()
[all...]