Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp1454 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 Duser_mgmt.hpp423 std::string& usrPriv, bool& usrEnabled);
436 std::string& usrPriv, bool& usrEnabled);