Searched refs:userSelf (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 256 const std::string& dbusObjectPath, bool userSelf) in patchAccountTypes() argument 259 if (userSelf && in patchAccountTypes() 1114 bool userSelf; member 1203 params.dbusObjectPath, params.userSelf); in afterVerifyUserExists() 1212 const std::optional<std::vector<std::string>>& accountTypes, bool userSelf, in updateUserProperties() argument 1221 userSelf, session, dbusObjectPath}; in updateUserProperties() 2241 bool userSelf = (username == req.session->username); in handleAccountPatch() local 2267 if (!userSelf) in handleAccountPatch() 2289 locked, accountTypes, userSelf, req.session); in handleAccountPatch() 2296 locked, userSelf, session = req.session, in handleAccountPatch() [all …]
|