Searched refs:usrEnabled (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 | 1570 std::string& usrPriv, bool& usrEnabled) in getUserProperties() argument 1585 usrEnabled = std::get<bool>(t.second); in getUserProperties() 1593 std::string& usrPriv, bool& usrEnabled) in getUserObjProperties() argument 1598 getUserProperties(usrObj->second, usrGrps, usrPriv, usrEnabled); in getUserObjProperties() 1713 bool usrEnabled = false; in cacheUserDataFile() local 1717 usrEnabled); in cacheUserDataFile() 1746 if (userData->user[usrIdx].userEnabled != usrEnabled) in cacheUserDataFile() 1749 userData->user[usrIdx].userEnabled = usrEnabled; in cacheUserDataFile() 1770 bool usrEnabled = false; in cacheUserDataFile() local 1777 getUserObjProperties(usrObj.second, usrGrps, usrPriv, usrEnabled); in cacheUserDataFile() [all …]
|