Searched refs:usrGrps (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | user_mgmt.cpp | 1568 std::vector<std::string>& usrGrps, in getUserProperties() argument 1580 usrGrps = std::get<std::vector<std::string>>(t.second); in getUserProperties() 1591 std::vector<std::string>& usrGrps, in getUserObjProperties() argument 1597 getUserProperties(usrObj->second, usrGrps, usrPriv, usrEnabled); in getUserObjProperties() 1699 std::vector<std::string> usrGrps; in cacheUserDataFile() local 1715 getUserObjProperties(usrObj->second, usrGrps, usrPriv, in cacheUserDataFile() 1717 if (std::find(usrGrps.begin(), usrGrps.end(), ipmiGrpName) == in cacheUserDataFile() 1718 usrGrps.end()) in cacheUserDataFile() 1767 std::vector<std::string> usrGrps; in cacheUserDataFile() local [all...] |
H A D | user_mgmt.hpp | 336 std::vector<std::string>& usrGrps, 349 std::vector<std::string>& usrGrps,
|