Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.hpp382 EChannelMediumType convertToMediumTypeIndex(const std::string& value);
H A Dchannel_mgmt.cpp780 ChannelConfig::convertToMediumTypeIndex(const std::string& value) in convertToMediumTypeIndex() function in ipmi::ChannelConfig
983 static_cast<uint8_t>(convertToMediumTypeIndex(medTypeStr)); in loadChannelConfig()