Home
last modified time | relevance | path

Searched refs:usrGrps (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp1453 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
1660 getUserObjProperties(usrObj.second, usrGrps, usrPriv, usrEnabled); in cacheUserDataFile()
[all …]
H A Duser_mgmt.hpp422 std::vector<std::string>& usrGrps,
435 std::vector<std::string>& usrGrps,