Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dapi.h14 enum CommandPrivilege enum
63 typedef enum CommandPrivilege ipmi_cmd_privilege_t;
/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.hpp152 static CommandPrivilege convertToIPMIPrivilege(const std::string& value);
160 static std::string convertToSystemPrivilege(const CommandPrivilege& value);
H A Duser_mgmt.cpp518 CommandPrivilege UserAccess::convertToIPMIPrivilege(const std::string& value) in convertToIPMIPrivilege()
525 return static_cast<CommandPrivilege>(privNoAccess); in convertToIPMIPrivilege()
533 return static_cast<CommandPrivilege>( in convertToIPMIPrivilege()
538 std::string UserAccess::convertToSystemPrivilege(const CommandPrivilege& value) in convertToSystemPrivilege()
540 if (value == static_cast<CommandPrivilege>(privNoAccess)) in convertToSystemPrivilege()
910 static_cast<CommandPrivilege>(privAccess.privilege)); in setUserPrivilegeAccess()
1372 convertToSystemPrivilege(static_cast<CommandPrivilege>( in writeUserData()
H A Dchannel_mgmt.hpp226 CommandPrivilege convertToPrivLimitIndex(const std::string& value);
H A Dchannel_mgmt.cpp739 CommandPrivilege ChannelConfig::convertToPrivLimitIndex( in convertToPrivLimitIndex()
749 return static_cast<CommandPrivilege>(std::distance(privList.begin(), iter)); in convertToPrivLimitIndex()