Searched refs:usrGrps (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | user_mgmt.cpp | 1453 std::vector<std::string>& usrGrps, in getUserProperties() argument 1465 usrGrps = std::get<std::vector<std::string>>(t.second); in getUserProperties() 1476 std::vector<std::string>& usrGrps, in getUserObjProperties() argument 1482 getUserProperties(usrObj->second, usrGrps, usrPriv, usrEnabled); in getUserObjProperties() 1584 std::vector<std::string> usrGrps; in cacheUserDataFile() local 1599 getUserObjProperties(usrObj->second, usrGrps, usrPriv, in cacheUserDataFile() 1601 if (std::find(usrGrps.begin(), usrGrps.end(), ipmiGrpName) == in cacheUserDataFile() 1602 usrGrps.end()) in cacheUserDataFile() 1651 std::vector<std::string> usrGrps; in cacheUserDataFile() local [all...] |
| H A D | user_mgmt.hpp | 415 * @param[out] usrGrps - user group details 422 std::vector<std::string>& usrGrps, 428 * @param[out] usrGrps - user group details 435 std::vector<std::string>& usrGrps,
|