Searched refs:usrGrps (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | user_mgmt.cpp | 1518 std::vector<std::string>& usrGrps, in getUserProperties() argument 1530 usrGrps = std::get<std::vector<std::string>>(t.second); in getUserProperties() 1541 std::vector<std::string>& usrGrps, in getUserObjProperties() argument 1547 getUserProperties(usrObj->second, usrGrps, usrPriv, usrEnabled); in getUserObjProperties() 1649 std::vector<std::string> usrGrps; in cacheUserDataFile() local 1665 getUserObjProperties(usrObj->second, usrGrps, usrPriv, in cacheUserDataFile() 1667 if (std::find(usrGrps.begin(), usrGrps.end(), ipmiGrpName) == in cacheUserDataFile() 1668 usrGrps.end()) in cacheUserDataFile() 1717 std::vector<std::string> usrGrps; in cacheUserDataFile() local 1726 getUserObjProperties(usrObj.second, usrGrps, usrPriv, usrEnabled); in cacheUserDataFile() [all …]
|
H A D | user_mgmt.hpp | 336 std::vector<std::string>& usrGrps, 349 std::vector<std::string>& usrGrps,
|