Home
last modified time | relevance | path

Searched refs:usrEnabled (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
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 Duser_mgmt.hpp423 std::string& usrPriv, bool& usrEnabled);
436 std::string& usrPriv, bool& usrEnabled);