Searched refs:userSelf (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | account_service.hpp | 254 const std::string& dbusObjectPath, bool userSelf) in patchAccountTypes() argument 257 if (userSelf && in patchAccountTypes() 1117 bool userSelf; member 1205 params.dbusObjectPath, params.userSelf); in afterVerifyUserExists() 1214 const std::optional<std::vector<std::string>>& accountTypes, bool userSelf, in updateUserProperties() argument 1223 userSelf, session, dbusObjectPath}; in updateUserProperties() 2230 bool userSelf = (username == req.session->username); in handleAccountPatch() local 2257 if (!userSelf) in handleAccountPatch() 2279 locked, accountTypes, userSelf, req.session); in handleAccountPatch() 2286 locked, userSelf, session = req.session, in handleAccountPatch() [all …]
|