Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dterminus_manager.cpp43 auto mctpInfoTableIt = std::find_if( in toTid() local
48 if (mctpInfoTableIt == mctpInfoTable.end()) in toTid()
52 return mctpInfoTableIt->first; in toTid()
87 auto mctpInfoTableIt = std::find_if( in mapTid() local
92 if (mctpInfoTableIt != mctpInfoTable.end()) in mapTid()
94 return mctpInfoTableIt->first; in mapTid()