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.hpp337 std::string& usrPriv, bool& usrEnabled);
350 std::string& usrPriv, bool& usrEnabled);
H A Duser_mgmt.cpp1570 std::string& usrPriv, bool& usrEnabled) in getUserProperties() argument
1577 usrPriv = std::get<std::string>(t.second); in getUserProperties()
1593 std::string& usrPriv, bool& usrEnabled) in getUserObjProperties() argument
1598 getUserProperties(usrObj->second, usrGrps, usrPriv, usrEnabled); in getUserObjProperties()
1701 std::string usrPriv; in cacheUserDataFile() local
1716 getUserObjProperties(usrObj->second, usrGrps, usrPriv, in cacheUserDataFile()
1729 uint8_t priv = UserAccess::convertToIPMIPrivilege(usrPriv) & in cacheUserDataFile()
1769 std::string usrPriv, userName; in cacheUserDataFile() local
1777 getUserObjProperties(usrObj.second, usrGrps, usrPriv, usrEnabled); in cacheUserDataFile()
1784 if (true != addUserEntry(userName, usrPriv, usrEnabled)) in cacheUserDataFile()