Searched refs:usrPriv (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | user_mgmt.cpp | 1454 std::string& usrPriv, bool& usrEnabled) in getUserProperties() argument 1461 usrPriv = std::get<std::string>(t.second); in getUserProperties() 1477 std::string& usrPriv, bool& usrEnabled) in getUserObjProperties() argument 1482 getUserProperties(usrObj->second, usrGrps, usrPriv, usrEnabled); in getUserObjProperties() 1585 std::string usrPriv; in cacheUserDataFile() local 1599 getUserObjProperties(usrObj->second, usrGrps, usrPriv, in cacheUserDataFile() 1612 uint8_t priv = UserAccess::convertToIPMIPrivilege(usrPriv) & in cacheUserDataFile() 1652 std::string usrPriv, userName; in cacheUserDataFile() local 1660 getUserObjProperties(usrObj.second, usrGrps, usrPriv, usrEnabled); in cacheUserDataFile() 1667 if (true != addUserEntry(userName, usrPriv, usrEnabled)) in cacheUserDataFile()
|
| H A D | user_mgmt.hpp | 423 std::string& usrPriv, bool& usrEnabled); 436 std::string& usrPriv, bool& usrEnabled);
|