Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dcipher_mgmt.cpp89 csPrivilegeMap[{chNum, csNum}] = convertToPrivLimitIndex( in updateCSPrivilegesMap()
159 uint4_t CipherConfig::convertToPrivLimitIndex(const std::string& value) in convertToPrivLimitIndex() function in ipmi::CipherConfig
H A Dcipher_mgmt.hpp101 uint4_t convertToPrivLimitIndex(const std::string& value);
H A Dchannel_mgmt.cpp238 intfPriv = static_cast<uint8_t>(convertToPrivLimitIndex(intfPrivStr)); in processChAccessPropChange()
746 ChannelConfig::convertToPrivLimitIndex(const std::string& value) in convertToPrivLimitIndex() function in ipmi::ChannelConfig
1058 static_cast<uint8_t>(convertToPrivLimitIndex(privStr)); in readChannelVolatileData()
1126 static_cast<uint8_t>(convertToPrivLimitIndex(privStr)); in readChannelPersistData()
1342 static_cast<uint8_t>(convertToPrivLimitIndex(intfPrivStr)); in syncNetworkChannelConfig()
H A Dchannel_mgmt.hpp226 CommandPrivilege convertToPrivLimitIndex(const std::string& value);