Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp131 static std::unordered_map<std::string, EChannelProtocolType> protocolTypeMap = { variable
802 protocolTypeMap.find(value); in convertToProtocolTypeIndex()
803 if (it == protocolTypeMap.end()) in convertToProtocolTypeIndex()