Searched refs:usrEnabled (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 1469 usrEnabled = std::get<bool>(t.second); in getUserProperties() 1477 std::string& usrPriv, bool& usrEnabled) in getUserObjProperties() argument 1482 getUserProperties(usrObj->second, usrGrps, usrPriv, usrEnabled); in getUserObjProperties() 1596 bool usrEnabled = false; in cacheUserDataFile() local 1600 usrEnabled); in cacheUserDataFile() 1629 if (userData->user[usrIdx].userEnabled != usrEnabled) in cacheUserDataFile() 1632 userData->user[usrIdx].userEnabled = usrEnabled; in cacheUserDataFile() 1653 bool usrEnabled = false; in cacheUserDataFile() local 1660 getUserObjProperties(usrObj.second, usrGrps, usrPriv, usrEnabled); in cacheUserDataFile() [all …]
|
| H A D | user_mgmt.hpp | 423 std::string& usrPriv, bool& usrEnabled); 436 std::string& usrPriv, bool& usrEnabled);
|