Searched refs:usrPriv (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | user_mgmt.hpp | 337 std::string& usrPriv, bool& usrEnabled); 350 std::string& usrPriv, bool& usrEnabled);
|
H A D | user_mgmt.cpp | 1569 std::string& usrPriv, bool& usrEnabled) in getUserProperties() argument 1576 usrPriv = std::get<std::string>(t.second); in getUserProperties() 1592 std::string& usrPriv, bool& usrEnabled) in getUserObjProperties() argument 1597 getUserProperties(usrObj->second, usrGrps, usrPriv, usrEnabled); in getUserObjProperties() 1700 std::string usrPriv; in cacheUserDataFile() local 1715 getUserObjProperties(usrObj->second, usrGrps, usrPriv, in cacheUserDataFile() 1728 uint8_t priv = UserAccess::convertToIPMIPrivilege(usrPriv) & in cacheUserDataFile() 1768 std::string usrPriv, userName; in cacheUserDataFile() local 1776 getUserObjProperties(usrObj.second, usrGrps, usrPriv, usrEnabled); in cacheUserDataFile() 1783 if (true != addUserEntry(userName, usrPriv, usrEnable in cacheUserDataFile() [all...] |